Greg Stark <[EMAIL PROTECTED]> writes: > Tom Lane <[EMAIL PROTECTED]> writes: > > > You keep ignoring the problem of removing index entries. To vacuum an > > individual page, you need to be willing to read in (and update) all > > index pages that reference the tuples-to-be-deleted. > > Hm. If the visibility information were stored in the index then that could be > postponed and done when the index page was read or when it was flushed.
Or possibly if we could reuse the space in the table without updating the index and be able to recognize that the tuple no longer corresponded to the index entry when we next saw the index entry. I suspect that would take as much space to keep track of as the visibility information though. -- greg ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly