[pgjdbc/pgjdbc] e44e4e: perf: ignore tables for PgDatabaseMetaData.getType...

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] e44e4e: perf: ignore tables for PgDatabaseMetaData.getType...
Date: 2018-10-16 12:47:00
Message-ID: 5bc5ddc4cc2a9_3be12ab563d525801037aa@hookshot-fe-b0febf1.cp1-iad.github.net.mail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: e44e4e8972ec41bf05dddd4ac6dcfbc42a9842cf
https://github.com/pgjdbc/pgjdbc/commit/e44e4e8972ec41bf05dddd4ac6dcfbc42a9842cf
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2018-10-16 (Tue, 16 Oct 2018)

Changed paths:
M pgjdbc/src/main/java/org/postgresql/jdbc/PgDatabaseMetaData.java

Log Message:
-----------
perf: ignore tables for PgDatabaseMetaData.getTypeInfo (#1302)

PostgreSQL considers tables to be composite types which
in very large schemas with lots of tables slows down getTypeInfo.
This fix filters out tables from types

**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

Functionality will be removed from GitHub.com on January 31st, 2019.

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2018-10-16 22:14:57 Re: Query related to postgresql jdbc 42.2.5
Previous Message rob stone 2018-10-16 02:37:43 Re: Query related to postgresql jdbc 42.2.5