stable-240627
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
andBINARY
columns in MySQL using the correct padding. This fixes an issue when looking upCHAR
/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.