MVCC & indexes?

Поиск
Список
Период
Сортировка
От Ivan Voras
Тема MVCC & indexes?
Дата
Msg-id 4547C65C.6090208@fer.hr
обсуждение исходный текст
Ответы Re: MVCC & indexes?  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: MVCC & indexes?  (mark@mark.mielke.cc)
Список pgsql-performance
Ok, so MVCC is the best thing since a guy put a round stone on a stick
and called it "the wheel", but I've seen several references on this list
about "indexes not being under MVCC" - at least that's how I read it,
the original posts were explaining why indexes can't be used for solving
MIN()/MAX()/COUNT() aggregates. Is this correct?

In particular, I'm trying to find out is there (b)locking involved when
concurrently updating and/or inserting records in an indexed table. My
guess is that, since PG does copy+delete on updating, even updating a
non-indexed field will require fixups in the index tree (to point to the
new record) and thus (b)locking.



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

Предыдущее
От: Teemu Torma
Дата:
Сообщение: Re: Best COPY Performance
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: MVCC & indexes?