From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Merlin Moncure <mmoncure(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: heap metapages |
Date: | 2012-05-21 19:15:25 |
Message-ID: | 20120521191524.GG1267@tamriel.snowman.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
* Robert Haas (robertmhaas(at)gmail(dot)com) wrote:
> The FSM and VM are small enough
> that interleaving them with the actual data probably wouldn't slow
> down seq scans materially.
Wouldn't that end up potentially causing lots of random i/o if you need
to look at many parts of the FSM or VM..?
Also, wouldn't having it at the start of the heap reduce the changes
needed to the SM? Along with make such things easier to find
themselves, when talking about forensics?
Of course, the real challenge here is dealing with such an on-disk
format change... If we were starting from scratch, I doubt there would
be much resistance, but figuring out how to do this and still support
pg_upgrade could be quite ugly.
Thanks,
Stephen
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2012-05-21 19:15:43 | Re: heap metapages |
Previous Message | Andrew Dunstan | 2012-05-21 18:59:34 | Re: 9.2beta1 regression: pg_restore --data-only does not set sequence values any more |