git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 9cf80f2) | patch
Fix performance problems with pg_index lookups (see, for example,
2000年6月17日 21:49:04 +0000 (21:49 +0000)
2000年6月17日 21:49:04 +0000 (21:49 +0000)
commit d03a933ec5400f77fc132d4a47bb7d2981ff5187
Fix performance problems with pg_index lookups (see, for example,
discussion of 5/19/00). pg_index is now searched for indexes of a
relation using an indexscan. Moreover, this is done once and cached
in the relcache entry for the relation, in the form of a list of OIDs
for the indexes. This list is used by the parser and executor to drive
lookups in the pg_index syscache when they want to know the properties
of the indexes. Net result: index information will be fully cached
for repetitive operations such as inserts.
13 files changed:
src/backend/catalog/index.c diff | blob | blame | history
src/backend/commands/copy.c diff | blob | blame | history
src/backend/commands/indexcmds.c diff | blob | blame | history
src/backend/commands/vacuum.c diff | blob | blame | history
src/backend/executor/execMain.c diff | blob | blame | history
src/backend/executor/execUtils.c diff | blob | blame | history
src/backend/executor/nodeAppend.c diff | blob | blame | history
src/backend/optimizer/util/plancat.c diff | blob | blame | history
src/backend/parser/analyze.c diff | blob | blame | history
src/backend/utils/cache/relcache.c diff | blob | blame | history
src/include/executor/executor.h diff | blob | blame | history
src/include/utils/rel.h diff | blob | blame | history
src/include/utils/relcache.h diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /