[
https://issues.apache.org/jira/browse/CALCITE-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Sitnikov resolved CALCITE-2629.
----------------------------------------
Resolution: Fixed
Fix Version/s: 1.19.0
Fixed inĀ
https://gitbox.apache.org/repos/asf?p=calcite.git;a=commit;h=8cc6df210188e7a5a8a3a1f8d70b4d53544e9d94
> 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
> Priority: Minor
> Fix For: 1.19.0
>
>
> 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)