Skip to main content

AliSQL 8.0.44-2 — Five Core Capabilities

AliSQL 8.0.44-2 builds on the DuckDB HTAP debut in 8.0.44-1. It upgrades the DuckDB integration and adds native vector search, Native Flashback, Binlog in Redo V2, and Binlog Cache Free Flush.

GitHub Release2026-07-17
Release tagAliSQL-8.0.44-2
Source baselineMySQL 8.0.44

Five core capabilities

Each path has a distinct boundary: DuckDB serves analytics, Vector Index and Native Flashback stay on the InnoDB path, and the two binlog mechanisms optimize different eligible transaction shapes.

Default state

Most new execution paths are disabled by default. The Flashback query gate is enabled, but snapshot generation and undo retention are not.

AreaFeatureOpen-source default
AnalyticsDuckDB storage engineduckdb_mode=NONE
Vector searchNative VECTOR type and HNSW indexvidx_disabled=ON
Large transactionsBinlog Cache Free FlushOFF
Binlog durabilityPersist Binlog Into Redo V2persist_binlog_to_redo=OFF
Historical readsNative Flashback historySnapshot task OFF; undo retention 0
Available is not the same as universally applicable

Each feature has its own startup rules, transaction eligibility, topology limits, or SQL boundaries. Qualify the exact combination you intend to run; transactions outside an optimized binlog path continue through normal group commit.

Continue exploring

ChangelogAliSQL 8.0.44-2 changelog · 2026-06-30
Open the English changelog ↗