Hi all ,
Some basic doubts which i have
- What is performance impact on cluster while snapshotting ?
- Is there any downtime while restoring snapshot in the same cluster
- Let us say i am a restoring an index "A" on my cluster from snapshot, does it effects read and write operations on other index ?
- And what about the restoring part let us say i take 3 snapshots , A,B and C in the same order , now if i restore snapshot B , will the snapshot include all the data upto B (i.e changes in A and B ) or will it only include changes done between taking snapshot A and B and not all of the data collected upto that point of time when snapshot B was taken .
Thanks to all for being patient while reading my questions