Re: Reducing relation locking overhead

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Reducing relation locking overhead
Дата
Msg-id 20051202030333.GB6026@ns.snowman.net
обсуждение исходный текст
Ответ на Re: Reducing relation locking overhead  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-hackers
* Christopher Kings-Lynne (chriskl@familyhealth.com.au) wrote:
> >4. The only reason we need to take relation-level locks on indexes
> >at all is to make the world safe for REINDEX being done concurrently
> >with read-only accesses to the table (that don't use the index being
> >reindexed).  If we went back to requiring exclusive lock for reindex we
> >could forget all about both #2 and #3.  Particularly for updates of
> >relations with lots of indexes, this could be a pretty significant win.
> >However we'd definitely be giving up something that was seen as a
> >feature at one point, so I'm not sold on this idea ... unless someone
> >can see a way to reduce the overhead without giving up concurrent
> >REINDEX.
>
> Surely in the real world REINDEX is run so rarely compared to all those
> other operations it'd be a win...

Yeah, except that in the real world you don't want to bring everything
to a halt while you do a REINDEX.  For my use cases it'd be fine but I
could see cases where it wouldn't be.  Kinda makes me wish we could give
the user the option at runtime somehow but I'm not sure that could be
done...
Thanks,
    Stephen

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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Windows installation notes
Следующее
От: "Pollard, Mike"
Дата:
Сообщение: Re: generalizing the planner knobs