alexeykudinkin commented on PR #6432: URL: https://github.com/apache/hudi/pull/6432#issuecomment-1226334636
Following up on my previous comment: taking a deeper look i see following issues in our code at the moment 1. Creating `HoodieTableBackedMetadata` instance w/in `HoodieTable` we don't specify that it should reuse MT readers. 2. `HoodieMetadataMergedLogRecordReader.getRecordsByKeys` always clears previously computed `records` and always scans from scratch while instead we should NOT be re-processing records that have already been processed, and instead just incrementally process missing ones. -- 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]
