The fastest growing Open Source Database
Shubham2
MyISAM supports special kinds of indexes that only store the hash of the data in the index tree.This is used in internal temporary tables that the...
Sachin Setiya
First project is about creating unique indexes for blob and varchar in Aria, MyISAM storage engine. It will provide user a direct interface for...
shagalla
The main goal of this project is to add the following optimization of the queries that use non-mergeable views and/or derived tables. The conditions...
varun_raiko
Most of the current databases like Oracle, PostgreSQL, HSQL support the notion of CREATING AGGREGATE FUNCTIONS . This notion is missing from MariaDB,...
D.M.
There are 3 main string types in MariaDB: CHAR, VARCHAR and TEXT. They vary storage methods, but they are using same comparision functions. MariaDB...