aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/gist.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-06-24 23:47:58 +0000
committerBruce Momjian <bruce@momjian.us>2006-06-24 23:47:58 +0000
commitac7a126d0c261d4013f1c8ff55d0895353587dea (patch)
treeadec1e344abc9725be029f79d39dcaabcbe990a9 /src/include/access/gist.h
parentfc6a2293b59e2c2e9d76bbc20df9bd194a9b00cd (diff)
downloadpostgresql-ac7a126d0c261d4013f1c8ff55d0895353587dea.tar.gz
postgresql-ac7a126d0c261d4013f1c8ff55d0895353587dea.zip
Update entry:
< * Allow heap reuse of UPDATEd rows if old and new versions are on the < same heap page? > * Allow heap reuse of UPDATEd rows if no indexed columns are changed, > and old and new versions are on the same heap page? < This is possible for same-page updates because a single index row < can point to both old and new values. > While vacuum handles DELETEs fine, updating of non-indexed columns, like > counters, are difficult for VACUUM to handle efficiently. This method > is possible for same-page updates because a single index row can be > used to point to both old and new values.
Diffstat (limited to 'src/include/access/gist.h')
0 files changed, 0 insertions, 0 deletions