git.postgresql.org Git - postgresql.git/commit
2009年3月21日 00:04:40 +0000 (00:04 +0000)
2009年3月21日 00:04:40 +0000 (00:04 +0000)
commit 596efd27edce20bba706f50de99a0f15bcc2a567
Optimize multi-batch hash joins when the outer relation has a nonuniform
distribution, by creating a special fast path for the (first few) most common
values of the outer relation. Tuples having hashvalues matching the MCVs
are effectively forced to be in the first batch, so that we never write
them out to the batch temp files.
Bryce Cutt and Ramon Lawrence, with some editorialization by me.
This is the main PostgreSQL git repository.
RSS
Atom