Re: [HACKERS] SortMem...

2005-04-18 Thread Bruce Momjian
[EMAIL PROTECTED] wrote: > Hi > in the function ExecChooseHashTableSize() > (~/src/backend/executor/nodeHash.c) > are determined the bytes of the hash table. The correspondent code is: > > /* > * Target in-memory hashtablesize in SortMem kilobytes > */ > hash_table_bytes = SortMem *1024L > >

[HACKERS] SortMem...

2005-04-12 Thread mchron
Hi in the function ExecChooseHashTableSize() (~/src/backend/executor/nodeHash.c) are determined the bytes of the hash table. The correspondent code is: /* * Target in-memory hashtablesize in SortMem kilobytes */ hash_table_bytes = SortMem *1024L (~/src/include/miscadmin.h) extern DLLIMPORT in