Large number of rows in pg_type and slow gui (pgadmin) refresh

From: "Robert Klaus" <rklaus(at)nexgenwireless(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Large number of rows in pg_type and slow gui (pgadmin) refresh
Date: 2013-01-03 15:50:25
Message-ID: 003201cde9ca$0bed0240$23c706c0$@com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

We have 36,000+ rows returned by " SELECT oid, format_type(oid, typtypmod)
AS typname FROM pg_type".

My manager says this is only a small number compared to what is expected by
next summer.

When I run this select statement on the database server it returns in under
1 second but it takes a minute to open some tabs using pgAmin III (1.16.1).

Is there a workaround for this - most of the rows returned are from one
schema. If we could elimiate it from the listed schemas it would help. Is
this possible in pgAdmin III?

Our database server is at 8.4

Robert

Nexgen Wireless, Inc.

Schaumburg, IL

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2013-01-03 16:09:09 Re: Database Design: Maintain Audit Trail of Changes
Previous Message Rich Shepard 2013-01-03 15:38:30 Database Design: Maintain Audit Trail of Changes