Embedded VACUUM

Поиск
Список
Период
Сортировка
От C Pond
Тема Embedded VACUUM
Дата
Msg-id 1315009500.78128.YahooMailClassic@web112110.mail.gq1.yahoo.com
обсуждение исходный текст
Ответы Re: Embedded VACUUM
Список pgsql-performance
I'm running a labour-intensive series of queries on a medium-sized dataset (~100,000 rows) with geometry objects and
bothgist and btree indices. 

The queries are embedded in plpgsql, and have multiple updates, inserts and deletes to the tables as well as multiple
selectswhich require the indices to function correctly for any kind of performance. 

My problem is that I can't embed a vacuum analyze to reset the indices and speed up processing, and the queries get
slowerand slower as the un-freed space builds up. 

From my understanding, transaction commits within batches are not allowed (so no vacuum embedded within queries).  Are
thereplans to change this?  Is there a way to reclaim dead space for tables that have repeated inserts, updates and
deleteson them?  I have tried a simple analyze, and this does not quite cut it.  I'm getting seq-scans after the first
roundof processing instead of hitting the index correctly. 

My apologies if this is directed at the wrong forum, and thank you for your help.

-cris pond


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

Предыдущее
От: Jayadevan M
Дата:
Сообщение: Re: Query performance issue
Следующее
От: pasman pasmański
Дата:
Сообщение: Re: Sudden drop in DBb performance