alamb commented on PR #7250: URL: https://github.com/apache/arrow-datafusion/pull/7250#issuecomment-1676319474
I plan to try the following things with this PR, likely tomorrow: - [ ] update storage to use `Vec<u8>` rather than `OwnedRow` (to avoid per row allocation) - [ ] Test using BTreeSet (to handle high row count) - [ ] Implement a "compact" type operation for `RecordBatchStorage` to reduce memory needs -- 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]
