Skip to content

stable-240627

Compare
Choose a tag to compare
@ronh-rs ronh-rs released this 27 Jun 16:16
· 446 commits to main since this release

Release Notes

ReadySet is currently released as a docker container. See the Install with Docker documentation for instructions. It can also be installed from an x86_64/amd64 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

  • d169608: Correctly handle escaped quotes in table column comments.
  • 383d1e3: Implemented hash join capability for joins using generated columns, resulting in drastically increased performance for those join operations.
  • 6680692: Added collation support for storing CHAR and BINARY columns in MySQL using the correct padding. This fixes an issue when looking up CHAR/BINARY columns with values that do not match the column length.
  • 614a6ee: Fixed a bug where queries that already had caches were sometimes stuck in the SHOW PROXIED QUERIES list.