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.54k stars 125 forks source link

`--replication-tables` and `--replication-tables-ignore` are not respected when connecting to a MySQL upstream #1248

Open ethan-readyset opened 6 months ago

ethan-readyset commented 6 months ago

Description

We have two flags to control which tables are snapshotted and replicated by Readyset:

Currently, these flags only work when we are connected to a Postgres upstream. We should fix this so the flags are respected when connected to MySQL as well.

Change in user-visible behavior

Yes

Requires documentation change

No