You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "JingsongLi (via GitHub)" <gi...@apache.org> on 2023/03/29 03:10:52 UTC

[GitHub] [incubator-paimon] JingsongLi opened a new issue, #753: [Feature] Compare batch maxKey to reduce comparisons in SortMergeReader

JingsongLi opened a new issue, #753:
URL: https://github.com/apache/incubator-paimon/issues/753

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.
   
   
   ### Motivation
   
   In SortMergeReader, each sub reader is batched reader.
   
   When adding a new batch to the priority queue, we can look at the maximum key of the batch, and if its maximum key is smaller than the minimum key of other batches, then we can just output the whole batch.
   
   ### Solution
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: issues-unsubscribe@paimon.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] schnappi17 commented on issue #753: [Feature] Compare batch maxKey to reduce comparisons in SortMergeReader

Posted by "schnappi17 (via GitHub)" <gi...@apache.org>.
schnappi17 commented on issue #753:
URL: https://github.com/apache/incubator-paimon/issues/753#issuecomment-1487891991

   Hi @JingsongLi I think I'm able to take this issue.


-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org