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

Add optional parameter SNAPSHOTTED to SHOW READYSET TABLES #1287

Closed altmannmarcelo closed 2 months ago

altmannmarcelo commented 4 months 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

davisjc commented 2 months ago

Fixed here: a0ebfa61