MariaDB

The fastest growing Open Source Database

Technologies

c
mysql
mariadb
perl
java
c++
python
javascript
databases

Topics

databases
database
sql
distributed systems
performance
cloud
Database Engines
SQL Features
https://mariadb.org
Chat
Email
Mailing List / Forum
Twitter
Blog

Projects

Contributor

Shubham2

Unique Indexes for blobs

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...

View project detailsView code

Contributor

Sachin Setiya

Unique Index for BLOBs And Adaptive Hashing for Generated Hash

First project is about creating unique indexes for blob and varchar in Aria, MyISAM storage engine. It will provide user a direct interface for...

View project detailsView code

Contributor

shagalla

Pushing conditions into non-mergeable views and derived tables in MariaDB

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...

View project detailsView code

Contributor

varun_raiko

Aggregate Stored Funtions

Most of the current databases like Oracle, PostgreSQL, HSQL support the notion of CREATING AGGREGATE FUNCTIONS . This notion is missing from MariaDB,...

View project detailsView code

Contributor

D.M.

NO PAD collations

There are 3 main string types in MariaDB: CHAR, VARCHAR and TEXT. They vary storage methods, but they are using same comparision functions. MariaDB...

View project detailsView code