Are there any bench marks available regarding the secondary index creation timings.
I’m having a 6 node cluster with 100 Million Records with a replication factor of 2 (200 M records in total). The data is already there and we are using a hybrid configuration using a NVME SSD device, on i3.large instance in AWS. So any estimates on how long adding a secondary index of ‘String’ type, which will be present in all records be taking?
Also, during secondary index creation will other query or update operations be affected to the nodes in the cluster. If so what will be the impact? Will it affect operations based on primary key / other secondary key?
We are using Aerospike 3.13.0.8 Community Edition