Overview

How do I migrate my data to Vitess?

There are two main parts to migrating your data to Vitess: migrating the actual data and repointing the application. The answer here will focus primarily on the methods that can be used to migrate your data into Vitess. There are three different methods to ...more

What is VTExplain?

VTExplain is a command line tool which provides information on how Vitess plans to execute a particular query. It can be used to validate queries for compatibility with Vitess. For a more detailed walkthrough of VTExplain please go here. ...more

Analyze queries for issues given a Vschema

To check your queries for issues you will need to follow these general steps. For a more detailed process that includes examples please refer to the documentation here. First you will need to gather most, if not all, of the queries that are sent to your ...more