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

CommentFileSizeAuthor
#2 3265842-2.patch2.93 KBpoker10

Comments

poker10 created an issue. See original summary.

poker10’s picture

Status: Active » Needs review
StatusFileSize
new2.93 KB

Let's try the testbot.

mcdruid’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +Pending Drupal 7 commit

This 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!

fabianx’s picture

Assigned: Unassigned » mcdruid

Been recently working on the Oracle driver, so knowing that function all too well.

RTBC + 1, approved for Merge! Thanks all!

  • mcdruid committed 910da1b on 7.x
    Issue #3265842 by poker10: Backport DatabaseSchema_pgsql::findTables()...
mcdruid’s picture

Assigned: mcdruid » Unassigned
Status: Reviewed & tested by the community » Fixed
Issue tags: -Pending Drupal 7 commit

The patch no longer applied, but it's just plonking a new function into schema.inc so was easy to do on commit.

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.