Closed bmeares closed 2 days ago
Improve metadata performance when syncing. Syncs via the SQLConnector now cache schema and index metadata, speeding up transactions.
Fix upserts for MySQL / MariaDB. Upserts in MySQL and MariaDB now use ON DUPLICATE instead of REPLACE INTO.
ON DUPLICATE
REPLACE INTO
Fix dtype detection for index columns. A bug where new index columns were incorrectly created as INT has been fixed.
INT
Delete old keys when dropping Valkey pipes. Dropping a pipe from Valkey now clears all old index keys.
v2.6.6
Improve metadata performance when syncing.
Syncs via the SQLConnector now cache schema and index metadata, speeding up transactions.
Fix upserts for MySQL / MariaDB.
Upserts in MySQL and MariaDB now use
ON DUPLICATE
instead ofREPLACE INTO
.Fix dtype detection for index columns.
A bug where new index columns were incorrectly created as
INT
has been fixed.Delete old keys when dropping Valkey pipes.
Dropping a pipe from Valkey now clears all old index keys.