snazy opened a new pull request, #4474: URL: https://github.com/apache/polaris/pull/4474
Add a cheap serialized null probe for index values and use that in the public iterator path. The earlier iterator change (#4018) made lazy indexes deserialize every value just to skip tombstones, which was the wrong tradeoff for key-heavy scans. This keeps tombstone filtering without forcing full value materialization. -- 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]
