Hi All,
I've tried doing a restore for Elasticsearch and used the _cat/recovery API to monitor the time the snapshot was restored in the cluster but upon checking, restoring a snapshot is per shard basis. For example in an index, there are 5 shards so each contains a specific time as to when it was restored. May I know if these shards are restored in parallel with each other or are sequential like the first shard then the second shard will follow then vice versa?