Andres Freund <and...@anarazel.de> writes:
> On November 19, 2021 12:31:00 PM PST, Tom Lane <t...@sss.pgh.pa.us> wrote:
>> It might be feasible to drop the visibility map for toast tables, though.

> I think it be a bad idea - the VM is used by vacuum to avoid rereading 
> already vacuumed ranges. Loosing that for large toast tables would be bad.

Ah, right.  I was thinking vacuuming depended on the other map fork,
but of course it needs this one.

In short, there are indeed good reasons why it works like this.

                        regards, tom lane


Reply via email to