Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
797482cc
Commit
797482cc
authored
Feb 28, 2013
by
Daniel Bartholomew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a MariaDB Galera Cluster section to the beginning of the README.
parent
518ced3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
1 deletion
+54
-1
README
README
+54
-1
No files found.
README
View file @
797482cc
This is a release of MariaDB.
This is a release of MariaDB Galera Cluster.
* https://kb.askmonty.org/en/galera/
* https://kb.askmonty.org/en/what-is-mariadb-galera-cluster/
MariaDB Galera Cluster is a synchronous multi-master cluster for MariaDB.
Features:
* Synchronous replication
* Active-active multi-master topology
* Read and write to any cluster node
* Automatic membership control, failed nodes drop from the cluster
* Automatic node joining
* True parallel replication, on row level
* Direct client connections, native MySQL look & feel
Benefits:
The above features yield several benefits for a DBMS clustering solution,
including:
* No slave lag
* No lost transactions
* Both read and write scalability
* Smaller client latencies
* Technology
MariaDB Galera Cluster uses the Galera library for the replication
implementation. To interface with Galera replication, we have enhanced MariaDB
to support the replication API definition in the wsrep API project.
* http://codership.com/products/galera_replication
* https://launchpad.net/wsrep
The implementation of the replication API in MariaDB happens in the open source
MySQL-wsrep project.
* http://www.codership.com/products/mysql-write-set-replication-project
See Also:
* About Galera Replication:
https://kb.askmonty.org/en/about-galera-replication/
* Codership: Using Galera Cluster:
http://codership.com/content/using-galera-cluster
* Galera Use Cases:
https://kb.askmonty.org/en/galera-use-cases/
* Getting Started with MariaDB Galera Cluster:
https://kb.askmonty.org/en/getting-started-with-mariadb-galera-cluster/
***************************************************************************
About MariaDB
MariaDB is designed as a drop-in replacement of MySQL(R) with more
features, new storage engines, fewer bugs, and better performance.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment