#5 · Primary category: AI Data Infrastructure & Storage

server

amazon-web-services database fulltext-search galera geographical-information-system innodb json mariadb mysql nearest-neighbor-search rdbms relational-databases sql storage-engine vector-database

MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.

Project last updated:08/29/26

GitHub Stars

8.2K

Forks

2.1K

Contributors

2.0K

License

GPL-2.0

Why we included this project

MariaDB is the natural pick when you are running MySQL workloads and want vector search without standing up a second database. It began as a fork of MySQL led by the original MySQL developers, so wire protocol and syntax compatibility carry over and most applications migrate with little rework. Since 11.8 it ships a built-in VECTOR data type with HNSW approximate-nearest-neighbour indexing, which means you can store embeddings in the same relational tables as your operational data and query them with plain SQL. On top of that, pluggable storage engines, Galera synchronous clustering, and columnar analytics let the same server grow from a small app to a large production deployment. Teams that prefer one database for both transactional data and embeddings get that without bolting on an extra integration layer.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category