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.
we have forked the rust-rocksdb library, and have several patches on top of it. We are one version and about 58 patches behind the upstream version. This work should be done along with REA-4464, and is probably influenced by what we choose to do on that ticket.
Description
we have forked the
rust-rocksdb
library, and have several patches on top of it. We are one version and about 58 patches behind the upstream version. This work should be done along with REA-4464, and is probably influenced by what we choose to do on that ticket.Change in user-visible behavior
Nope
Requires documentation change
Nope