0 votes
in MariaDB by
What are the main features of MariaDB?

1 Answer

0 votes
by

MariaDB provides the same features of MySQL with some extensions. It is relatively new and advance.

A list of the features of MariaDB:

  1. MariaDB can run on different operating systems and support a wide variety of programming languages.
  2. MariaDB is licensed under GPL, LGPL, or BSD.
  3. MariaDB follows a standard and popular query language.
  4. MariaDB provides Galera cluster technology.
  5. MariaDB provides supports for PHP which is the most popular web development language.
  6. MariaDB includes a wide selection of storage engines, including high-performance storage engines for working with other RDBMS data sources.
  7. MariaDB also offers many operations and commands unavailable in MySQL and eliminates/replaces features impacting performance negatively.
  8. MariaDB's speed is one of its prominent features. It is remarkably scalable and can handle tens of thousands of tables and billions of rows of data.
...