Hi,
Is the following configuration work correctly?
-
cluster: host1 ~ host6
-
namespace config of host1 ~ host3
namespace ns1 {
replication-factor 3
memory-size 2G
default-ttl 1d
high-water-memory-pct 60
high-water-disk-pct 70
stop-writes-pct 80
storage-engine device {
file /data/aerospike/aerospike-ns1-data
filesize 20G
}
}
namespace ns2 {
replication-factor 3
memory-size 3G
default-ttl 1d
high-water-memory-pct 60
high-water-disk-pct 70
stop-writes-pct 80
storage-engine device {
file /data/aerospike/aerospike-ns2-data
filesize 30G
}
}
- namespace config of host4 ~ host6
namespace ns3 {
replication-factor 3
memory-size 5G
default-ttl 1d
high-water-memory-pct 60
high-water-disk-pct 70
stop-writes-pct 80
storage-engine device {
file /data/aerospike/aerospike-ns3-data
filesize 50G
}
}