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

facebook/mysql-5.6

Facebook's branch of the Oracle MySQL database. This includes MyRocks. observed · 2026-08-28

github.com/facebook/mysql-5.6 · homepage · C++ · NOASSERTION (other) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 8
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived no_license

How is this computed?

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

  • gap_med: n/a
  • age_days: 4888
  • days_rel: n/a
  • days_push: 552
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2573 stars · 712 forks observed · 2026-08-28

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

Facebook's fork of Oracle MySQL 5.6 that includes the MyRocks storage engine, which uses RocksDB as the backend storage instead of InnoDB. It offers better compression, lower write amplification, and faster replication for flash-based storage workloads.

Use cases

  • run mysql with rocksdb storage engine
  • reduce database storage footprint with better compression
  • lower write amplification for flash storage endurance
  • speed up mysql replication with read-free secondary key updates
  • bulk load data faster without compaction overhead
  • self-host a mysql-compatible database tuned for ssd workloads

When to choose

  • you need mysql compatibility but want RocksDB's space and write efficiency
  • your workload is write-heavy on flash storage and InnoDB write amplification is a bottleneck
  • you want faster replication with less random I/O for secondary indexes

When to avoid

  • you need a modern MySQL version with current features and security patches, since this is based on MySQL 5.6
  • you rely on InnoDB-specific features or tooling
  • you want a database with broad platform support beyond the officially verified Linux distributions

Facets

application · maturity maintenance

database database-driver databases developer-tools cpp self-hosted mysql myrocks rocksdb storage-engine fork facebook sql linux

3 sources

Member repositories

RepositoryRoleHealth v2
facebook/mysql-5.6main10

For agents

markdown · JSON · MCP: product_card(name="facebook/mysql-5.6")

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