Which feature of Apache Iceberg enables querying historical versions of a table without duplicating data?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Apache Iceberg maintains immutable snapshots of table state; time travel queries reference a past snapshot by timestamp or snapshot ID without copying or duplicating underlying data files.
Full explanation below image
Full Explanation
Apache Iceberg maintains immutable snapshots of table state; time travel queries reference a past snapshot by timestamp or snapshot ID without copying or duplicating underlying data files. The incorrect options ("Partition pruning", "Compaction of small files", "Bloom filter indexes") are distractors that don't fully capture the concept described.