git.postgresql.org Git - postgresql.git/commit
2014年1月29日 19:22:08 +0000 (21:22 +0200)
2014年1月29日 19:24:38 +0000 (21:24 +0200)
commit 626a120656a75bf4fe64b1d0d83c23cb38d3771a
Further optimize GIN multi-key searches.
When skipping over some items in a posting tree, re-find the new location
by descending the tree from root, rather than walking the right links.
This can save a lot of I/O.
Heavily modified from Alexander Korotkov's fast scan patch.
This is the main PostgreSQL git repository.
RSS
Atom