Re: Long-running performance (MVCC, Vacuum, etc.) - Any fix?

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Long-running performance (MVCC, Vacuum, etc.) - Any fix?
Дата
Msg-id 87652mb9ce.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Long-running performance (MVCC, Vacuum, etc.) - Any fix?  (Eric Brown <eric.brown@propel.com>)
Список pgsql-general
Eric Brown <eric.brown@propel.com> writes:

> My application is multi-threaded and I could care less about the concurrency
> afforded by MVCC. I'd rather just update the things in place and get less
> postgresql concurrency but more consistent long-running performance and disk
> space utilization.

Postgres uses MVCC for guaranteeing that it can roll back transactions too...

> Is my interpretation correct?
> Is there a way to turn off MVCC?
> Do fixed sized rows help any?

Postgres doesn't do anything special for fixed size rows.


I would suggest you look at pg_autovacuum, but in general while a
maintenance-free system is everyone's goal it's pretty far off.

--
greg

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

Предыдущее
От: Marek Lewczuk
Дата:
Сообщение: Re: Get current trasanction id
Следующее
От: "A. Mous"
Дата:
Сообщение: FW: 8.0 Beta3 worked, RC1 didn't!