Advanced Migrations

How do I migrate to Vitess from a hosted MySQL?

If you are running a hosted MySQL like RDS on AWS, CloudSQL on GCP, or Azure managed MySQL, because you are not coming from MySQL you have to use either the ‘Stop-the-world’ method or the method using VReplication setup in front of the existing external ...more

What is Vstream and how does it work?

VStream is a change notification service accessible via VTGate. The purpose of VStream is to provide equivalent information to the MySQL binary logs from the underlying MySQL shards. gRPC clients, including Vitess components like VTTablets, can subscribe ...more