- Notifications
You must be signed in to change notification settings - Fork5
Commit26069a5
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 hashtableis now taken from -S postmaster switch, not -B, since it is local memoryin the backend rather than shared memory.1 parentd261a5e commit26069a5
File tree
5 files changed
+482
-852
lines changed- src
- backend/executor
- include/executor
5 files changed
+482
-852
lines changed0 commit comments
Comments
(0)