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

Return readyset-built mysql `server-status-flags` #1388

Open jasobrown-rs opened 1 month ago

jasobrown-rs commented 1 month ago

Based on the investigations in REA-4853, the mysql-async generally returns very incorrect server status flags in the OK and EOF packets. We already have enough state information in the adapter in order to support the flags we need to set, und3er both proxying and caching paths.