[pgjdbc/pgjdbc] e44e4e: perf: ignore tables for PgDatabaseMetaData.getType...
Dave Cramer <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.jdbc |
|---|---|
| Message-ID | <5bc5ddc4cc2a9_3be12ab563d525801037aa@hookshot-fe-b0febf1.cp1-iad.github.net.mail> |
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: e44e4e8972ec41bf05dddd4ac6dcfbc42a9842cf
https://github.com/pgjdbc/pgjdbc/commit/e44e4e8972ec41bf05dddd4ac6dcfbc42a9842cf
Author: Dave Cramer <[email protected]>
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.