You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Haisheng Yuan (Jira)" <ji...@apache.org> on 2019/10/30 00:11:00 UTC

[jira] [Created] (CALCITE-3458) Remove desc in AbstractRelNode

Haisheng Yuan created CALCITE-3458:
--------------------------------------

             Summary: Remove desc in AbstractRelNode
                 Key: CALCITE-3458
                 URL: https://issues.apache.org/jira/browse/CALCITE-3458
             Project: Calcite
          Issue Type: Improvement
          Components: core
            Reporter: Haisheng Yuan


If the query is super large, e.g. contains tens of thousands of nodes or expressions, the RelNode digest and desc become very large. The content of desc and digest are almost the same, except that desc consists of id plus digest, which causes OOM in our production system. So remove desc, just use {{id + digest}} to produce description.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)