March 2018
Beginner to intermediate
576 pages
13h 29m
English
You configure the site replication factor with the site_replication_factor attribute, which resides in the master server.conf file. This attribute resides in the [clustering] stanza, in place of the single-site replication_factor attribute. For example:
[clustering] mode = master multisite=true available_sites=site1,site2 site_replication_factor = origin:2,total:3 site_search_factor = origin:1,total:2
Here is the actual syntax required:
site_replication_factor = origin:<n>, [site1:<n>,] [site2:<n>,] ..., total:<n>
Where:
Read now
Unlock full access