August 18th, 2024

MariaDB Introduces Open-Source Vector Preview

MariaDB 11.6 introduces a public preview of its open-source Vector search feature, utilizing the HNSW algorithm to support large language models, aiming to compete with MySQL and attract developers.

Read original articleLink Icon
MariaDB Introduces Open-Source Vector Preview

MariaDB has announced the public preview of its Vector search feature with the release of MariaDB 11.6, aiming to position itself as a leading alternative to MySQL. This initiative is seen as a strategic move to attract developers, especially since Oracle's MySQL primarily reserves new features for its enterprise editions. The upcoming MariaDB 11.6 Vector Edition will include dedicated indexes and functions for vector storage, although it currently lacks a specific vector data type. The implementation utilizes the HNSW algorithm and is designed to support large language models (LLMs). MariaDB's CEO, Kaj Arnö, emphasized the open-source nature of their vector search, contrasting it with Oracle's proprietary offerings. The project has garnered support from various contributors, including AWS. As the demand for generative AI workloads increases, MariaDB is not alone in pursuing vector search capabilities; other platforms like Google and AWS are also enhancing their relational database management systems (RDBMS) with similar features. While the vector search functionality is still in its early stages, it represents a significant development in the database landscape, potentially influencing Oracle's future offerings.

- MariaDB 11.6 introduces a public preview of Vector search, aiming to compete with MySQL.

- The feature is based on the HNSW algorithm and supports large language models.

- MariaDB's vector search is open-source, unlike Oracle's proprietary offerings.

- The project has received contributions from various organizations, including AWS.

- The growing demand for generative AI workloads is driving advancements in vector search across multiple database platforms.

Link Icon 2 comments
By @ksec - 6 months
I know HN is 99% Postgres and not MySQL. And it is sad so far MySQL don't get the same level of investment from Oracle compared to Java.

I just hope this Vector search won't further fragment the MySQL ecosystem.

By @exabrial - 6 months
I’m way out side the mariadb ecosystem. Does it support basic things now like foreign keys?