MikeGo
Valued Contributor

When delta table tries to restore a version, it can find the closest checkpoint and apply versions up to the target. However, delta table needs to read and apply many versions to get changes between 2 versions. There are no compact file can be used. 
What is the way to read many versions? Sequentially read every 1000 files (data is on S3)?