Re: [HACKERS] Patch: Write Amplification Reduction Method (WARM)
От | Alvaro Herrera |
---|---|
Тема | Re: [HACKERS] Patch: Write Amplification Reduction Method (WARM) |
Дата | |
Msg-id | 20170223185859.fzop2i32ii5k7wk5@alvherre.pgsql обсуждение исходный текст |
Ответ на | Re: [HACKERS] Patch: Write Amplification Reduction Method (WARM) (Bruce Momjian <bruce@momjian.us>) |
Ответы |
Re: [HACKERS] Patch: Write Amplification Reduction Method (WARM)
Re: [HACKERS] Patch: Write Amplification Reduction Method (WARM) |
Список | pgsql-hackers |
Bruce Momjian wrote: > On Thu, Feb 23, 2017 at 03:45:24PM -0300, Alvaro Herrera wrote: > > > and potentially trim the first HOT chain as those tuples become > > > invisible. > > > > That can already happen even without WARM, no? > > Uh, the point is that with WARM those four early tuples can be removed > via a prune, rather than requiring a VACUUM. Without WARM, the fourth > tuple can't be removed until the index is cleared by VACUUM. I *think* that the WARM-updated one cannot be pruned either, because it's pointed to by at least one index (otherwise it'd have been a HOT update). The ones prior to that can be removed either way. I think the part you want (be able to prune the WARM updated tuple) is part of what Pavan calls "turning the WARM chain into a HOT chain", so not part of the initial patch. Pavan can explain this part better, and also set me straight in case I'm wrong in the above :-) -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
В списке pgsql-hackers по дате отправления: