summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorSeppo Jaakola <seppo.jaakola@codership.com>2013-08-21 17:17:30 +0300
committerSeppo Jaakola <seppo.jaakola@codership.com>2013-08-21 17:17:30 +0300
commitfca065f95c3f62b0f6ec8448f7dcda40d73eb433 (patch)
tree8d477005bfd14f335d91d8c66c0632f64c7599cb /Docs
parent2db87f65167c389c191336672e7ae1ddc65c8436 (diff)
downloadmariadb-git-fca065f95c3f62b0f6ec8448f7dcda40d73eb433.tar.gz
Merged with lp:~codership/codership-mysql/5.5-23, up to revision 3903
Diffstat (limited to 'Docs')
-rw-r--r--Docs/README-wsrep7
1 files changed, 4 insertions, 3 deletions
diff --git a/Docs/README-wsrep b/Docs/README-wsrep
index 025379764b2..422ec52f48a 100644
--- a/Docs/README-wsrep
+++ b/Docs/README-wsrep
@@ -377,11 +377,12 @@ the other cluster members by transferring state snapshot from one of them.
The options below govern how this happens and should be set up before attempting
to join or start a cluster.
-wsrep_sst_method=mysqldump
+wsrep_sst_method=rsync
What method to use to copy database state to a newly joined node. Supported
methods:
- - mysqldump: slow (except for small datasets) but most tested.
- - rsync: much faster on large datasets.
+ - mysqldump: slow (except for small datasets) but allows for upgrade
+ between major MySQL versions or InnoDB features.
+ - rsync: much faster on large datasets (default).
- rsync_wan: same as rsync but with deltaxfer to minimize network traffic.
- xtrabackup: very fast and practically non-blocking SST method based on
Percona's xtrabackup tool.