vitessio / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
18.7k stars 2.1k forks source link

Feature Request: Support more efficient JSON replication #17232

Open mattlord opened 1 week ago

mattlord commented 1 week ago

Feature Description

We should add full support for more efficient JSON replication in Vitess: https://dev.mysql.com/blog-archive/efficient-json-replication-in-mysql-8-0/

Use Case(s)

The use case is around having much smaller binlog ROW events. This means less storage space on disk, less bytes over the wire, and less overhead in processing the transaction.