This document discusses MySQL Fabric, which is a framework for managing a farm of MySQL servers to provide high availability and sharding capabilities. It describes how MySQL Fabric allows for easy management of MySQL servers, including load balancing, read/write splitting, distributed transactions, global updates, and sharding of tables. It also covers how application connectors can be made aware of MySQL Fabric to properly route queries and transactions to the backend MySQL servers.