DROP INDEX performance/locking

Поиск
Список
Период
Сортировка
От Ed L.
Тема DROP INDEX performance/locking
Дата
Msg-id 200611031046.18144.pgsql@bluepolka.net
обсуждение исходный текст
Список pgsql-general
We're taking some politically expensive downtime to drop an index
on a very large, heavily used table because to do it while live
blocks too many users for too long, requiring tens of seconds or
more on a system doing 200 transactions/second.  That's due to
the fact that nearly every user interaction touches this
particular table.

It seems like one ought to be able to drop an index in a much
shorter amount of time and/or not block queries while it's
dropped.  But I don't know the code well enough to say how hard
this would be.

Would a faster drop or non-blocking drop be worthy of a todo
item?

Ed

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

Предыдущее
От: Josh Rovero
Дата:
Сообщение: Re: Can PostgreSQL reside on the same server as MSDE?
Следующее
От: Richard Broersma Jr
Дата:
Сообщение: Re: I can not add up columns when using a left outer join. Any ideas as to why?