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.04k stars 115 forks source link

Add optional parameter SNAPSHOTTED to SHOW READYSET TABLES #1287

Open altmannmarcelo opened 5 days ago

altmannmarcelo commented 5 days ago

Description

If a user has a lot of tables to replicate and does not want to replicate all, they might use replication filters to not snapshot some tables. Currently SHOW READYSET TABLES does not provide a way to filter out tables that are not replicate.

Similar to SHOW PROXIED [SUPPORTED] QUERIES, we should add SHOW READYSET [SNAPSHOTTED] TABLES

Change in user-visible behavior

Requires documentation change

Yes, update https://readyset.io/docs/reference/command-reference#readyset-tables