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)