Re: selecting data from information_schema.columns performance.

From: "Jim C(dot) Nasby" <jim(at)nasby(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Steve Martin <smartin(at)nec(dot)co(dot)nz>, pgsql-performance(at)postgresql(dot)org
Subject: Re: selecting data from information_schema.columns performance.
Date: 2006-10-02 19:11:23
Message-ID: 20061002191123.GH81937@nasby.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Sun, Oct 01, 2006 at 11:01:19PM -0400, Tom Lane wrote:
> Steve Martin <smartin(at)nec(dot)co(dot)nz> writes:
> > I am trying to determine if there is a way to improve the performance
> > when selecting data from the information_schema.columns view.
>
> In my experience, there isn't any single one of the information_schema
> views whose performance doesn't suck :-(. Somebody should work on that
> sometime. I haven't looked closely enough to determine where the
> bottlenecks are.

Looking at the newsysviews stuff should prove enlightening...
AndrewSN spent a lot of time making sure those views are very
performant.
--
Jim Nasby jim(at)nasby(dot)net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Markus Schaber 2006-10-02 22:36:47 Re: Unsubscribe
Previous Message Jim C. Nasby 2006-10-02 19:08:32 Re: Table not getting vaccumed.