Re: database speed

Поиск
Список
Период
Сортировка
От Vivek Khera
Тема Re: database speed
Дата
Msg-id x7d6cdbdyq.fsf@yertle.int.kciLink.com
обсуждение исходный текст
Ответ на Re: database speed  ("Chris Stokes" <ChrisS@BassSoftware.com>)
Ответы Re: database speed
Список pgsql-general
>>>>> "DM" == Doug McNaught <doug@mcnaught.org> writes:

DM> The index bloat problem can occur when you have a an indexed SERIAL
DM> column whose value always increases, and you delete older rows on a
DM> regular basis.  VACUUM recycles the row storage, but the index never
DM> shrinks.

I get this on tables which are updated a lot, even if I don't do any
mass deletes of older rows.  The indexes on other columns also bloat
rapidly on some tables.  It is a significant problem, especially since
reindex locks the tables for significant amounts of time.

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: khera@kciLink.com       Rockville, MD       +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera   http://www.khera.org/~vivek/

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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: Problem with ecpg
Следующее
От: Kolus Maximiliano
Дата:
Сообщение: Re: problem with huge joins