pgsql: Add third idea about pulling data from indexes. - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add third idea about pulling data from indexes.
Date
Msg-id 20070815155330.53301754259@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add third idea about pulling data from indexes.

>   A third idea would be for a heap scan to check if all rows are visible
>   and if so set a per-table flag which can be checked by index scans.
>   Any change to the table would have to clear the flag.  To detect
>   changes during the heap scan a counter could be set at the start and
>   checked at the end --- if it is the same, the table has not been
>   modified --- any table change would increment the counter.

Modified Files:
--------------
    pgsql/doc/src/FAQ:
        TODO.html (r1.711 -> r1.712)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.711&r2=1.712)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix whitespace in TODO.
Next
From: mha@pgfoundry.org (User Mha)
Date:
Subject: pginstaller - web: Fix spelling error, per Leoj in pgsql bug report