Re: newly created database makes queries run 300% faster

Поиск
Список
Период
Сортировка
От Brad Nicholson
Тема Re: newly created database makes queries run 300% faster
Дата
Msg-id 44A536D3.10601@ca.afilias.info
обсуждение исходный текст
Ответ на newly created database makes queries run 300% faster  ("Ksenia Marasanova" <ksenia.marasanova@gmail.com>)
Список pgsql-performance
Ksenia Marasanova wrote:
> Hi,
>
> Alfter hours of adjusting performance of the queries in my Postgres
> 7.3 database - reprogramming the queries, VACUUMing, changing value of
> enable_seqscan - I gived it up, recreated the database and transferred
> the dump of the old database into it.
> The queries went from 15 sec to 50 msec!! Wow.
> Now I would really love to know how the old database got that slow,
> and how can I avoid it in the future. Any tips are greatly
> appreciated!

If memory servers me (and it might not in this case), vacuum in 7.3 had
issues with indexes.  Reindexing or clustering your tables might have
helped.  Both are blocking operations.

How to avoid it in the future is simple.  Upgrade to a modern version of
Postgres and vacuum your database properly.  People work on this thing
for a reason :-)


--
Brad Nicholson  416-673-4106
Database Administrator, Afilias Canada Corp.


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

Предыдущее
От: Markus Schaber
Дата:
Сообщение: Re: Index Being Ignored?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Index Being Ignored?