This project aims to resolve significant performance bottlenecks in MariaDB’s INFORMATION_SCHEMA when dealing with a high number of databases or...
Implementing ANY_VALUE() and GROUPING() in MariaDB
Jaeheon Shim
This project aims to implement the ANY_VALUE() and GROUPING() functions in MariaDB, addressing longstanding gaps in compatibility with MySQL 8.0 and...
Extending MariaDB SQL Capabilities with Binary Bitwise Operations and JSON Membership Queries
Mohd Jarir Noor Khan
This project enhances MariaDB’s SQL engine by introducing native bitwise operations for binary and bit types and implementing the JSON MEMBER OF...
Streaming window functions and optimization of RRF queries.
Omar Gamal 10
Window functions in MariaDB are currently always materialized into temporary tables before producing any results, even for simple cases, like ranking...
MDEV-37605 Converting InnoDB-Based Binary Logs to Legacy Format
Tarun Wadhwa
With MDEV-34705, MariaDB introduced the ability to store binary logs inside InnoDB tablespace files ( .ibb ) instead of traditional flat sequential...
ONE-PASS HNSW SEARCH FOR MARIADB VECTOR SEARCH
ZtuyingChan
MariaDB's HNSW vector index searches the graph layer by layer, isolating each level's connections. This means denser lower-layer edges are invisible...