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.
Is your feature request related to a problem? Please describe. No
Describe the solution you'd like Synchronous MySQL data is stored locally in duckdb files, and queries are either queried in the cache or duckdb
Describe alternatives you've considered As a pure read library, reads are no longer dependent on the source database
Additional context duckdb is better at OLAP data analysis queries