readysettech / readyset

Readyset is a MySQL and Postgres wire-compatible caching layer that sits in front of existing databases to speed up queries and horizontally scale read throughput. Under the hood, ReadySet caches the results of cached select statements and incrementally updates these results over time as the underlying data changes.
https://readyset.io
Other
4.44k stars 122 forks source link

Does Planetscale work out of the box? #44

Open fritzblue opened 1 year ago

fritzblue commented 1 year ago

Since planetscale is built on mysql / vitess, it seems like it should work out of the box? Is this the case today? If not, is planetscale support planned for the future?

alanamarzoev commented 1 year ago

Hey @fritzblue, we don't work with Planetscale out of the box. In addition to supporting the MySQL wire protocol, we also need to be able to set up ReadySet as a read replica of the primary database, which requires having a compatible binlog replication stream.