Re: Slow tab completion (7.4) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Slow tab completion (7.4)
Date
Msg-id 8521.1103903074@sss.pgh.pa.us
Whole thread Raw
In response to Slow tab completion (7.4)  (Rod Taylor <rbt@sitesell.com>)
List pgsql-hackers
Rod Taylor <rbt@sitesell.com> writes:
> It seems that with more than a few thousand structures in pg_class, tab
> completion seems to take quite a long time in the en_US locale.

> Simply switching the where clauses around gets a substantial performance
> increase.

Hm.  There's no guarantee that the planner will evaluate the WHERE
clauses in the same order you write them, but it does seem to work that
way for these particular queries at the moment, so we may as well write
the clauses in the best order.  You're right that the foo_is_visible()
family of functions are pretty slow...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Rémi Zara
Date:
Subject: Re: Port report: NetBSD 2.0 mac68k
Next
From: Bruce Momjian
Date:
Subject: Re: RC2 and open issues