Skip to content

stable-250123

Latest
Compare
Choose a tag to compare
@ronh-rs ronh-rs released this 23 Jan 18:43
· 50 commits to main since this release

Release Notes

Readyset is currently released as a docker container and Linux distro binary packages. For installation with docker, see the Install with Docker documentation. Available Linux distribution binary packages for x86_64/amd64 include deb package for Ubuntu 22.04 and Debian 12, and rpm packages for Fedora 39 and Amazon Linux 2023. See package installation instructions.

What's New

  • 4a37856: Add support for lookup data in MySQL respecting the case sensitivity of the collation.
  • 2f39aaf: Add metrics for QueryStatusCache.
  • ec218f4: Evictions are now smaller but more frequent to avoid spikes in upquery latency.
  • 93fc0d1: Fix regression in parsing UNIQUE KEY() USING syntax for MySQL.
  • Performance improvements for returning cached, very large result sets (100,000s of rows) for both postgres and mysql