Re: Increasing query time after updates

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема Re: Increasing query time after updates
Дата
Msg-id 69c579d91f1c94a283be562e2ba4ffdb.squirrel@sq.gransy.com
обсуждение исходный текст
Ответ на Increasing query time after updates  ("Katharina Koobs" <katharina.koobs@uni-konstanz.de>)
Список pgsql-performance
Hi,

On 21 Leden 2014, 7:26, Katharina Koobs wrote:
> Hi,
>
> We have a PostgreSQL DB, version 8.4 on a Suse Linux system.
> Every night a script runs with several updates and inserts. The query time
> at day increases after
> approximately 3 weeks from a few minutes to about an hour.
> After export, drop and import the DB the query time is again at a few
> minutes.
>
> We have tested vacuum full, vacuum analyze and reindex and get no
> improvement.
>
> Has anyone an idea why the queries are getting slower and slower?

The table/index bloat would be my first bet, but that should be fixed (or
at least improved) by the vacuum commands you've tested.

Sadly, the amount of info you provided is insufficient to determine the
cause - the best thing you can give us are explain plans of the query, one
when it's fast, one when it's slow.

If it's longer than a few lines, please post it to explain.depesz.com and
not here (the clients will reformat it, making it unreadable).

> Thank you so much for your help!
>
> The DB configuration:
>
> Virtual server, 7GB RAM, DB size = 16GB
>
> shared_buffers = 1024MB
> temp_buffers = 32MB
> work_mem = 8MB
> checkpoint_segments = 20
> effective_cache_size = 512MB

Any reason not to use higher value for effective_cache_size? You have 7GB
of RAM, 1GB of that is for shared buffers, so I'd say ~4GB would be a good
value here. Unlikely to be the cause of the issues you're seeing, though.

Tomas



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

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: Increasing query time after updates
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: Increasing query time after updates