diff options
author | Tom Lane | 2003-05-30 20:23:10 +0000 |
---|---|---|
committer | Tom Lane | 2003-05-30 20:23:10 +0000 |
commit | d24d75ff194e292fe49c6c84d0124cc61b182d3c (patch) | |
tree | c302d2f87a1ddd74ceddef180bee54d7715424f3 /doc/FAQ_DEV | |
parent | 776d5309240bdadc5f905cacba5f237e532c6139 (diff) |
Small performance improvement for hash joins and hash aggregation:
when the plan is ReScanned, we don't have to rebuild the hash table
if there is no parameter change for its child node. This idea has
been used for a long time in Sort and Material nodes, but was not in
the hash code till now.
Diffstat (limited to 'doc/FAQ_DEV')
0 files changed, 0 insertions, 0 deletions