Updated README.md to contain a more friendly version.#5374
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the README.md file for MariaDB Server, modernizing the content to provide a comprehensive overview of the database. It highlights key features such as native vector search, pluggable storage engines, replication, advanced SQL, and security, while updating sections on documentation, releases, installation, building from source, contributing, getting help, and licensing. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| ## Releases | ||
|
|
||
| MariaDB Server follows a yearly long-term support (LTS) model alongside | ||
| quarterly rolling releases. LTS releases are maintained for three years and |
|
|
||
| * **Native vector search**. A built-in VECTOR data type with approximate | ||
| nearest-neighbour indexing (HNSW), available since MariaDB 11.8 with | ||
| no extension required. |
| into a database with its own capabilities, including native vector search, | ||
| multiple pluggable storage engines, synchronous clustering, and analytical | ||
| features, while remaining a straightforward migration target for existing | ||
| MySQL deployments. |
There was a problem hiding this comment.
you sure you want to start with a history?
| get started, and [CODING_STANDARDS.md](CODING_STANDARDS.md) | ||
| for code style. Contributors and community members are recognised in | ||
| [CREDITS](CREDITS); you can also run `SHOW authors` in | ||
| a running server for the list of active contributors. |
There was a problem hiding this comment.
Active? It mentions Konstantin Osipov and Mikael Ronström. Let's not talk about {{SHOW AUTHORS}} in README
| * [Maria Discuss mailing list](https://lists.mariadb.org/postorius/lists/discuss.lists.mariadb.org/) | ||
| * [Bug reports](https://jira.mariadb.org) | ||
| * Security vulnerabilities: see [SECURITY.md](SECURITY.md) | ||
| and [https://mariadb.org/about/security-policy/](https://mariadb.org/about/security-policy/) |
There was a problem hiding this comment.
Mention either SECURITY.md or https://mariadb.org/about/security-policy. Not both.
| file, and third-party license information is in the | ||
| [THIRDPARTY](THIRDPARTY) file. | ||
|
|
||
| ## About |
Updated README.md to contain a more friendly version.
As discussed with Anna and others.