Re: Re: Red Hat to support PostgreSQL

Поиск
Список
Период
Сортировка
От Philip Molter
Тема Re: Re: Red Hat to support PostgreSQL
Дата
Msg-id 20010628102609.P12723@datafoundry.net
обсуждение исходный текст
Ответ на Red Hat to support PostgreSQL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
On Thu, Jun 28, 2001 at 11:22:00AM -0400, Alex Pilosov wrote:
: Possible. How many concurrent connections you have? How many postgresql
: processes you have running?

We have anywhere from 10-50 processes concurrently using the database
at any given time.  One process is running a join with about 9 tables
in it approximately once every 1-2 seconds.  The other processes are
updating data into three tables.

It's definitely related to indexing (and I think someone else posted
that the index space doesn't get freed, which could result in more work
for the OS and that it was on the TODO list).  I just dropped and
recreated the indices on the most problematic of the tables (the one
that has just recently been taking 1-2 minutes to vacuum) and kernel
CPU usage went from about 17-20% to 4%.

* Philip Molter
* DataFoundry.net
* http://www.datafoundry.net/
* philip@datafoundry.net

В списке pgsql-general по дате отправления:

Предыдущее
От: Alex Pilosov
Дата:
Сообщение: Re: Suggested improvement : Adjust SEQUENCES to accept an INCREMENT of functionname(parameters) instead of an integer
Следующее
От: Philip Molter
Дата:
Сообщение: Re: Re: Red Hat to support PostgreSQL