Re: Plans for solving the VACUUM problem - Mailing list pgsql-hackers

From Matthew T. O'Connor
Subject Re: Plans for solving the VACUUM problem
Date
Msg-id 019401c0df55$550ec760$0401010a@zeut
Whole thread Raw
In response to Plans for solving the VACUUM problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Plans for solving the VACUUM problem  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: Re: Plans for solving the VACUUM problem
Next
From: Tom Lane
Date:
Subject: Re: Plans for solving the VACUUM problem