Migrating: Query Rewriting

How can tables be migrated from using auto-increment to sequences?
Auto-increment columns do not work very well for sharded tables. Instead you will need to use Vitess sequences to solve this problem.  Sequences are bas...
Fri, Dec 18, 2020 at 9:56 AM
What special functions can Vitess handle?
We list out the special functions that Vitess handles without delegating to MySQL here. Please note that the Vitess community determined a workaround if...
Fri, Dec 18, 2020 at 9:56 AM
How can the next ID from a Vitess Sequence be adjusted?
Sequences are Vitess' answer to MySQL's auto-increment feature as described in the Vitess Documentation. A typical example when of when you may ...
Fri, Dec 18, 2020 at 9:57 AM
Is there a list of supported & unsupported queries?
Please see "SQL Syntax" under MySQL Compatibility.
Wed, Dec 16, 2020 at 9:13 AM