etseidl commented on PR #8191: URL: https://github.com/apache/arrow-rs/pull/8191#issuecomment-3208056937
This PR does not include the offset index changes from #8190. Running the metadata benchmark shows a substantial reduction in decode time. ``` old open(page index) time: [1.7446 ms 1.7524 ms 1.7639 ms] new with Index open(page index) time: [698.00 µs 699.75 µs 701.66 µs] new with ColumnIndexMetaData open(page index) time: [422.47 µs 423.85 µs 425.18 µs] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org