Reduce computations in JOINs by using Bloom-filter-based pre-joins
Akhmad Oripov
Implement an efficient Bloom Filter to reduce JOIN's computations. Idea is to apply Bloom filter on columns to filter the data as much as possible,...
Vacuum cleaning for empty on-disk records in MariaDB ColumnStore
Amr Elmohamady
MariaDB ColumnStore (MCS) does not currently reclaim disk space from empty records left behind by DELETE operations or bulk imports. These empty...
Plugin for automatic embedding generation and introduction of expensive functions concept
Apostolis Stamatis
Currently, there is no plugin in MariDB that can generate vector embeddings. If the user wishes to store vector embeddings for a document, they have...
Implementation of Native INTERVAL Data Type
Hazem Alrawi
This project aims to transform MariaDB's INTERVAL keyword into a first-class data type, enabling its use in table columns, stored routines, and...
FRM parser Utility for MariaDB
hp77
FRM files are what MariaDB uses to store metadata about tables. These files can be used to generate DDL statements (CREATE TABLE ...). We are lacking...
Enhanced mysqltest Language with Expressions and Variable Substitutions
Khaled Riyad
The mysqltest tool is a core component of MariaDB’s testing infrastructure. Currently, it has two limitations that restrict the flexibility and...
Replication to Enable Filtering on Master
Mohanad Khaled
Currently there are two ways of replication filters in MariaDB. One method filters data on the primary node by not writing unwanted events to the...