MariaDB (1)
MariaDB (1)
ADB
HISTORY
When MariaDB Server’s
predecessor, MySQL, was
bought by Oracle in 2009,
MySQL founder Michael
“Monty” Widenius forked
the project due to concerns
about Oracle’s stewardship,
naming the new project
MariaDB. MySQL was named
after his first daughter, My,
while MariaDB is named
after his second daughter,
Maria.
The founder of the
MariaDB database is
Michael "Monty"
Widenius. He is also
known for being the
original developer of
MySQL, which is
considered the "spiritual
father" of MariaDB
USES
MariaDB is an open-source database management
system that's used for storing and managing structured
data. It's used in a variety of applications, including:
2012 - MariaDB 5.3: This version introduced important features such as thread pooling and better
performance optimization.
2013 - MariaDB 10.0: This milestone marked the introduction of several key features, including:
• Improved replication.
• Enhanced performance.
• Dynamic columns.
2015 - MariaDB 10.1: With this release, MariaDB became more robust with features like:
• Native JSON support.
• Improved Galera Cluster integration.
• Multi-source replication.
2016 - MariaDB 10.2: This version introduced even more improvements like:
• Window functions.
• Common table expressions (CTEs).
• Improved security and audit plugins.
LATEST VERSION
The latest version of MariaDB is 11.6
ARCHITECTURE
OF MARIADB
MariaDb is a database system with an open architecture that supports
multiple storage engines, plugins, and replication. Its architecture can be a
single instance, master/slave, or cluster.
Single instance
• A single node that can be a single point of failure
• If the database crashes, you need to restore it from the last backup
Master/slave
• A distributed setup with a master that writes and slaves that read
• You can use a load balancer to split traffic between the master and slaves
Cluster
• A high availability solution that uses MariaDB Server, Galera Replication,
and MariaDB MaxScale
ADVANTAGES OF
MARIADB
• SPEED
• SCALABILITY
• COST
• RELIABILITY
• EASE OF USE
• PERDORMANCE
• DATA IMPORT
• CLOUD BASED STORAGE
BENEFITS OF
MARIADB
• USER FRIENDLY INSTALLATION
• SUPPORT FOR BIG DATA OPERATIONS
• STRAIGHFORWARD DATA IMPORTS
• GREATER BUSINESS AGILITY
THAN
YO
K
U!