Preparation Sequences Vindexes Create new shards Shard naming SplitClone Cut over Clean up Next Steps Horizontal Sharding This guide follows on from Vertical Split and ...
Prerequisites Authentication Creating a backup Restoring a backup Managing backups Bootstrapping a new tablet Backup Frequency Concurrency Backup and Restore This documen...
Resharding Shard A shard is a division within a keyspace. A shard typically contains one MySQL master and many MySQL slaves. Each MySQL instance within a shard has the same dat...
Unsharded Keyspace We are going to start with configuring the product table in the unsharded keyspace product . The schema file should be as follows: create table product ( pro...
Unsharded Keyspace We are going to start with configuring the product table in the unsharded keyspace product . The schema file should be as follows: create table product ( pro...
Foreign Keys Many-to-Many relationships Enforcing Uniqueness Shared Vindexes and Foreign Keys Let us now look at creating the corder table that will contain orders placed by ...
Commands AddCellInfo Example Flags Arguments Errors DeleteCellInfo Example Errors GetCellInfo Example Errors GetCellInfoNames Example Errors UpdateCellInfo Example F...
What to look for in a Review Assigning a Pull Request Approving a Pull Request Merging a Pull Request Code Reviews Every GitHub pull request must go through a code review and...