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.52k stars 124 forks source link

ReadySet SQL Extension for Re-Snapshotting Disabled Tables #456

Open tbjuhasz opened 1 year ago

tbjuhasz commented 1 year ago

Description

Add a ReadySet SQL extension that will enable the re-snapshot of a table for which snapshots have been disabled.

Change in user-visible behavior

Requires documentation change

gvsg-rs commented 1 year ago

This is a Day 2 problem. We'll get to this after we have done all the Day 1 problems.

davisjc commented 1 month ago

This is solved in REA-4744