Re: Plans for solving the VACUUM problem

Поиск
Список
Период
Сортировка
От Matthew T. O'Connor
Тема Re: Plans for solving the VACUUM problem
Дата
Msg-id 019401c0df55$550ec760$0401010a@zeut
обсуждение исходный текст
Ответ на Plans for solving the VACUUM problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Plans for solving the VACUUM problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Free space map details
> ----------------------
>
> Accesses to the FSM could create contention problems if we're not careful.

Another quick thought for handling FSM contention problems.  A backend could
give up waiting for access to the FSM after a short period of time, and just
append it's data to the end of the file the same way it's done now.  Dunno
if that is feasable but it seemed like an idea to me.

Other than that, I would just like to say this will be a great improvement
for pgsql.  Tom, you and several other on this list continue to impress the
hell out of me.



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

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: Re: Plans for solving the VACUUM problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Plans for solving the VACUUM problem