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.
Based on the investigations inREA-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.
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.