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

use duckdb as local data storage #1400

Open kxxu opened 2 days ago

kxxu commented 2 days ago

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