Using Aerospike CE with a replication factor of 2 on 3 VPS from the same datacenter

I’m in charge of evaluating Aerospike for our next project.

We currently have 3 test VPS from the same data center in France (OVH), on which we want to evaluate the performance of a distributed database with a replication factor of 2.

Is is possible to use Aerospike CE for these tests, or is the XDR feature needed ?

Crossposted on stackoverflow:

Sure, XDR is only needed for replication across datacenters. To replicate within a cluster in a datacenter, configure your namespace’s replication-factor to the desired value.

Thanks for answering here too :slight_smile: