Re: Large number of rows in pg_type and slow gui (pgadmin) refresh - Mailing list pgadmin-support

From Robert Klaus
Subject Re: Large number of rows in pg_type and slow gui (pgadmin) refresh
Date
Msg-id 000e01cdec33$117c52e0$3474f8a0$@com
Whole thread Raw
In response to Re: Large number of rows in pg_type and slow gui (pgadmin) refresh  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: Large number of rows in pg_type and slow gui (pgadmin) refresh
List pgadmin-support
Get all schemas, except some of them.  One schema will have 90+% of the database objects.

If we could eliminate that schema fewer rows would be returned by the underlying queries, allowing us to continue using
pgAdmin.

I've only been working with this company (and postgresql) for 90 days so if there is a better way (other than rewriting
theapplication that creates all those tables and views) please let me know how to proceed. 

Thanks,
Robert

-----Original Message-----
From: pgadmin-support-owner@postgresql.org [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of Guillaume Lelarge
Sent: Sunday, January 06, 2013 11:15 AM
To: Robert Klaus
Cc: pgadmin-support@postgresql.org
Subject: Re: [pgadmin-support] Large number of rows in pg_type and slow gui (pgadmin) refresh

On Sat, 2013-01-05 at 12:38 -0600, Robert Klaus wrote:
> Below, I deleted the logfile, connected to a database server, and immediately copied the log here without doing
anythingelse.  It took 5+ minutes. 
>
> Would someone be able to point me to a place in the source code where I can add predicates to the sql to elimate
certainschemas with many tables and views?  I believe that is the cause of the long elapsed time due to the network
latency. Correct me if you think its something else. 
>

Would you tell us what you are trying to do? get all tables, except some of them?


--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com



--
Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support




pgadmin-support by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Large number of rows in pg_type and slow gui (pgadmin) refresh
Next
From: Guillaume Lelarge
Date:
Subject: Re: remove variables