You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Vladimir Sitnikov (JIRA)" <ji...@apache.org> on 2019/01/08 11:57:00 UTC

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

     [ 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)