You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/10/28 22:12:17 UTC

[GitHub] [calcite] xndai opened a new pull request #1543: [Calcite-3455] Redundant rule firing for both logical and physical nodes

xndai opened a new pull request #1543: [Calcite-3455] Redundant rule firing for both logical and physical nodes
URL: https://github.com/apache/calcite/pull/1543
 
 
   For ProjectMergeRule, EnumerableLimitRule and SortRemoveConstantKeysRule, once they are done with the transformation on logical nodes, there's no need to fire these rules on physical nodes again. So limit these rule matching to be with logical nodes only. This can noticeably speed up optimization latency.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services