You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Mingliang Liu (Jira)" <ji...@apache.org> on 2022/10/25 06:10:00 UTC

[jira] [Created] (FLINK-29750) Improve PostgresCatalog#listTables() by reusing resources

Mingliang Liu created FLINK-29750:
-------------------------------------

             Summary: Improve PostgresCatalog#listTables() by reusing resources
                 Key: FLINK-29750
                 URL: https://issues.apache.org/jira/browse/FLINK-29750
             Project: Flink
          Issue Type: Bug
          Components: Connectors / JDBC, Table SQL / Ecosystem
            Reporter: Mingliang Liu


Currently the {{PostgresCatalog#listTables()}} creates a new connection and prepared statement for every schema and table when listing tables. This can be optimized by reusing those resources.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)