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

baidu/BaikalDB

BaikalDB, A Distributed HTAP Database. observed · 2026-08-28

github.com/baidu/BaikalDB · C++ · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

82/100

  • Activity 87
  • Release rhythm 65
  • Longevity 100
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: 109
  • age_days: 2952
  • days_rel: 79
  • days_push: 79
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

1238 stars · 174 forks observed · 2026-08-28

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

BaikalDB is a distributed HTAP (hybrid transactional/analytical processing) database developed by Baidu, written in C++ and using Raft for consensus. It is MySQL protocol compatible, supports petabyte-scale structured data, and offers full-text search via inverted indices.

Use cases

  • migrate a MySQL workload to a horizontally scalable distributed database
  • run transactional and analytical queries on the same petabyte-scale dataset
  • add full-text fuzzy search to tables with FULLTEXT KEY indexes
  • store and query hundreds of millions of rows with second-level aggregations
  • self-host a distributed SQL database with strong consistency via Raft

When to choose

  • you need MySQL compatibility but outgrow a single MySQL instance
  • you want mixed OLTP and OLAP workloads in one system
  • you need built-in full-text search alongside SQL
  • you require petabyte-scale structured data storage with real-time reads and writes

When to avoid

  • you need a fully managed cloud database
  • your data fits comfortably in a single MySQL or PostgreSQL instance
  • you depend on advanced MySQL features or ecosystem tooling not supported by BaikalDB's dialect
  • you need non-Linux production deployments or broad community support

Facets

service · maturity active

database search-engine databases big-data backend cpp self-hosted htap distributed-database mysql-protocol raft full-text-search petabyte-scale sql search linux

1 source

Member repositories

RepositoryRoleHealth v2
baidu/BaikalDBmain82

For agents

markdown · JSON · MCP: product_card(name="baidu/BaikalDB")

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