alamb commented on issue #1705: URL: https://github.com/apache/arrow-rs/issues/1705#issuecomment-1135945770
I think the idea of parallelizing the implementation (as @tustvold suggests to implement the encode/decode of the page index) would be great If creating the page index on write consumes too much time, perhaps we can make writing optional (aka in https://docs.rs/parquet/14.0.0/parquet/file/properties/struct.WriterProperties.html) -- same could be done for reading the page index if it is too expensive -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
