db slowness + upgrade prospects

Поиск
Список
Период
Сортировка
От Ed L.
Тема db slowness + upgrade prospects
Дата
Msg-id 200507251517.03241.pgsql@bluepolka.net
обсуждение исходный текст
Ответы Re: db slowness + upgrade prospects  (Scott Marlowe <smarlowe@g2switchworks.com>)
Re: db slowness + upgrade prospects  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
Our inserts and updates on an older 7.3.4 cluster are very slow
(0.3s-0.9s) for any/all tables, new and old.  I know an upgrade
may be in order, but I have a number of other 7.3.4 legacy
clusters, and I'd really like to understand the cause and if an
upgrade is going to solve this problem (downtime is sensitive,
of course).

As a test case, I created the following table on both the slow
cluster and a newly created test cluster on the same box:

    create table foo(id integer, msg text)

I measured less than 10 inserts/second max on the slow cluster.
On the new cluster on the same system, I measured 5000
inserts/second.  So I figure it's something in the system
relations.  Autovac had been disabled for a few days at least.
I did a db-wide vacuum/analyze, still no speedup.

So two questions:  1) Any ideas on what is the cause?  2) How is
this avoided in 7.4.8 or 8.0.3?

Ed

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

Предыдущее
От: Tony Caduto
Дата:
Сообщение: Re: Wishlist?
Следующее
От: "Ed L."
Дата:
Сообщение: pgsql client/server compatibility matrix?