One of the most popular databases on the web with many notable users

Technologies
c, mysql, java, mariadb, c++
Topics
database
One of the most popular databases on the web with many notable users

MariaDB Server began as a database server that offers drop-in replacement functionality to MySQL and has grown into being a default "MySQL" in many Linux distributions. MariaDB Server is built by some of the original authors of MySQL, with assistance from the broader community of free and open source software developers. In addition to the core functionality of MySQL, MariaDB Server offers a rich set of feature enhancements including alternate storage engines, advanced server optimizations, and other features. MariaDB Server is feature enhanced, community developed and backward compatible with MySQL. MariaDB Server ships in all major Linux distributions and is backed by the MariaDB Foundation.

MariaDB offers a fully synchronous replication solution, MariaDB Galera Cluster, an intelligent proxy called MariaDB MaxScale, and a data analytics solution MariaDB ColumnStore. MariaDB Server also has LGPL client libraries for C, Java and ODBC.

2017 Program

Successful Projects

Contributor
Galina Shalygina
Mentor
Igor Babaev
Organization
MariaDB
Transformation of IN predicate into IN subquery based on implementation of table value constructor
Now in MariaDB if in a query [NOT] IN predicate is used with a long list of values, SEL_TREE structures are built to check if the range access based...