is the deep store intended purely for backup/recovery? specifically i'm wondering:
• is there any concept of cold storage where data is only persisted in the deep store and read as needed for queries?
• the
docs say the deep store doesn't typically (?) store indexes, and that zk stores segment metadata. are indexes stored in zk? or they're stored locally and rebuilt on restore?