You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Laurent Goujon (JIRA)" <ji...@apache.org> on 2018/10/17 21:39:00 UTC

[jira] [Created] (CALCITE-2629) Unnecessary call to CatalogReader#getAllSchemaObjects in CatalogScope

Laurent Goujon created CALCITE-2629:
---------------------------------------

             Summary: Unnecessary call to CatalogReader#getAllSchemaObjects in CatalogScope
                 Key: CALCITE-2629
                 URL: https://issues.apache.org/jira/browse/CALCITE-2629
             Project: Calcite
          Issue Type: Bug
          Components: core
            Reporter: Laurent Goujon
            Assignee: Laurent Goujon


CatalogScope constructor does a call to CatalogReader#getAllSchemaObjects and store its result into a private field which has no accessor. This call is actually expensive in our system, and is causing some performance issue during planning



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)