Problem/Motivation
Improve pgsql driver performance with optimizations from #2921855: Default Database Schema::findTables() is slow for PostgreSQL. See the parent issue for more details.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3265842-2.patch | 2.93 KB | poker10 |
Comments
Comment #2
poker10 commentedLet's try the testbot.
Comment #3
mcdruid commentedThis looks like a straight backport of #2921855: Default Database Schema::findTables() is slow for PostgreSQL, the only changes are in the pgsql driver, and tests pass.
LGTM, thanks!
Comment #4
fabianx commentedBeen recently working on the Oracle driver, so knowing that function all too well.
RTBC + 1, approved for Merge! Thanks all!
Comment #6
mcdruid commentedThe patch no longer applied, but it's just plonking a new function into schema.inc so was easy to do on commit.
Thanks!