| От | mchron@aueb.gr |
|---|---|
| Тема | SortMem... |
| Дата | |
| Msg-id | courier.425BC19F.00005A8C@red.servers.aueb.gr обсуждение |
| Ответы |
Re: SortMem...
|
| Список | pgsql-hackers |
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 int SortMem; What SortMem represents? Where is evaluated and what is its value? I want to create 2 hash tables. One for the inner and one for the outer rel. What should be the hash_table_bytes in that case? Thanks in advance!-martha
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера