Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 26069a5

Browse files
committed
Rewrite hash join to use simple linked lists instead of a
fixed-size hashtable. This should prevent 'hashtable out of memory' errors, unless you really do run out of memory. Note: target size for hashtable is now taken from -S postmaster switch, not -B, since it is local memory in the backend rather than shared memory.
1 parent d261a5e commit 26069a5

File tree

5 files changed

+482
-852
lines changed

5 files changed

+482
-852
lines changed

0 commit comments

Comments
 (0)