Hi,
I want to create an identical copy of an existing index with about 2 TB of data, Clone API seems to be the best option here. To clone an index, the index must be marked as read-only, so it will block my application when the clone operation is performed. Due to some design limitations, I can't use an alias or ILM-managed indexes here, so I'd like to know how long it would take to clone an index with 2TB of data.
Total Node in cluster:6
Number of primary shards: 10
Number of replica shards: 1
Memory per Node: 5GB
Elasticsearch 7.17