Ross ROSS = Recommend OSS · open-source software intelligence for agents

alibaba/AliSQL

AliSQL is a MySQL branch originated from Alibaba Group. Fetch document from Release Notes at bottom. observed · 2026-08-28

github.com/alibaba/AliSQL · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

86/100

  • Activity 93
  • Release rhythm 69
  • Longevity 100

Flags: no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 178
  • age_days: 3689
  • days_rel: 47
  • days_push: 46
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

5870 stars · 903 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

AliSQL is Alibaba Cloud's open-source MySQL branch based on MySQL 8.0.44, adding a DuckDB columnar analytical storage engine and native HNSW vector indexes. It retains full MySQL client protocol compatibility while adding features like Native Flashback and binlog durability optimizations.

Use cases

  • run analytical OLAP queries on MySQL data with DuckDB columnar engine
  • store and search vector embeddings with HNSW indexes in MySQL
  • query historical table data with AS OF TIMESTAMP flashback
  • reduce commit I/O for large transactions with binlog optimizations
  • migrate existing MySQL apps to a database with vector search support

When to choose

  • you need MySQL compatibility plus analytical query acceleration
  • you want vector similarity search without adding a separate vector database
  • you need point-in-time flashback queries on InnoDB data

When to avoid

  • you need a fully upstream-supported vanilla MySQL with vendor support
  • you require non-GPL licensing for your product
  • you depend on MySQL features or plugins not present in this branch

Facets

application · maturity active

database vector-database search-engine databases analytics large-language-models self-hosted cpp mysql-branch duckdb hnsw vector-search flashback olap alibaba search linux

1 source

Member repositories

RepositoryRoleHealth v2
alibaba/AliSQLmain86

For agents

markdown · JSON · MCP: product_card(name="alibaba/AliSQL")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem