01
DuckDB analytics
DuckDB 1.4.4 is embedded as an analytical storage engine, with stronger SQL compatibility, DDL, replication, and resource governance.
MySQL 8.0.44 with embedded DuckDB analytics, native vector indexing, Native Flashback, Binlog in Redo, and large-transaction optimizations.
Prebuilt packages and a multi-architecture Docker image are available for Linux x86_64 and ARM64.
WHAT'S NEW
This release expands AliSQL across analytical queries, vector search, recovery workflows, and transaction durability while preserving the MySQL protocol and SQL interface.
01
DuckDB 1.4.4 is embedded as an analytical storage engine, with stronger SQL compatibility, DDL, replication, and resource governance.
02
Native VECTOR(N) columns and HNSW indexes support Euclidean
and cosine distance for approximate nearest-neighbor search.
03
Query retained InnoDB history with AS OF TIMESTAMP to inspect
and recover earlier row versions without restoring a full backup.
04
Eligible binlog events are persisted in InnoDB redo, allowing crash recovery to reconstruct a missing binlog tail before normal recovery.
05
Binlog Cache Free Flush avoids a second large cache copy for eligible InnoDB transactions, reducing commit I/O amplification and latency.
In this release, Free Flush applies to eligible InnoDB transactions. DuckDB transactions continue through normal binlog group commit.
GET THE RELEASE
Use the prebuilt Linux packages, pull the multi-architecture image, or build directly from the tagged source.
LINUX X86_64
637 MB compressed archive for x86_64 systems.
Download packageLINUX ARM64
624 MB compressed archive for aarch64 systems.
Download packageDOCKER
songhuaxiong/alisql:8.0.44-2
MANAGED ON ALIBABA CLOUD
Alibaba Cloud RDS for MySQL provides managed editions of these capabilities with production topology, monitoring, backup, and support. Product versions and parameters may differ from this open-source release.