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.3k stars 120 forks source link

Update rust-rocks #1274

Open jasobrown-rs opened 3 months ago

jasobrown-rs commented 3 months ago

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