Gaetano Mendola wrote:
> The vacuum cost is the same of a full scan table ( select count(*) ) ?
> Why not do a sort of "vacuum" if a scan table happen ( during a simple
> select that invole a full scan table for example )?
I was thinking about it. How about vacuuming a page when it is been pushed out
of postgresql buffer cache? It is is memory so not much IO is involved.
Could it be an approach?
Shridhar