| From: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
|---|---|
| To: | Greg Stark <gsstark(at)mit(dot)edu> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Csaba Nagy <nagy(at)ecircle-ag(dot)com>, postgres hackers <pgsql-hackers(at)postgresql(dot)org>, ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>, pgsql-patches(at)postgresql(dot)org, teramoto(dot)junji(at)lab(dot)ntt(dot)co(dot)jp |
| Subject: | Re: [HACKERS] Resurrecting per-page cleaner for btree |
| Date: | 2006-07-26 21:02:38 |
| Message-ID: | 20060726210238.GD32377@svana.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
On Wed, Jul 26, 2006 at 12:47:57PM -0400, Greg Stark wrote:
> Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
>
> > So far, the case hasn't been made for retail vacuum even ignoring the
> > not-so-immutable-function risk.
>
> Well the desire for it comes from a very well established need for dealing
> with extremely large tales with relatively small hot spots. The basic problem
> being that currently the cost of vacuum is proportional to the size of the
> table rather than the amount of dead space. There's no link between those
> variables (at least in one direction) and any time they're far out of whack it
> means excruciating pain for the DBA.
I thought the suggested solution for that was the dead space map. That
way vacuum can ignore parts of the table that havn't changed...
Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2006-07-26 21:03:23 | Re: [HACKERS] [PATCH] Provide 8-byte transaction IDs to user level |
| Previous Message | Hannu Krosing | 2006-07-26 21:01:15 | Re: [HACKERS] [PATCH] Provide 8-byte transaction IDs to |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2006-07-26 21:03:23 | Re: [HACKERS] [PATCH] Provide 8-byte transaction IDs to user level |
| Previous Message | Hannu Krosing | 2006-07-26 21:01:15 | Re: [HACKERS] [PATCH] Provide 8-byte transaction IDs to |