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

Поиск
Список
Период
Сортировка
От Robert Klaus
Тема Re: Large number of rows in pg_type and slow gui (pgadmin) refresh
Дата
Msg-id 000e01cdec33$117c52e0$3474f8a0$@com
обсуждение исходный текст
Ответ на Re: Large number of rows in pg_type and slow gui (pgadmin) refresh  (Guillaume Lelarge <guillaume@lelarge.info>)
Ответы Re: Large number of rows in pg_type and slow gui (pgadmin) refresh  (Guillaume Lelarge <guillaume@lelarge.info>)
Список 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 по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Large number of rows in pg_type and slow gui (pgadmin) refresh
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: remove variables