When an offset is set, the Iceberg list /tables endpoint reads the whole data from the beginning until reaching the offset. I believe Iceberg might provide primitives to determine the specific file location for an offset so that we can skip a full read.
When an offset is set, the
Iceberglist /tablesendpoint reads the whole data from the beginning until reaching the offset. I believeIcebergmight provide primitives to determine the specific file location for an offset so that we can skip a full read.