Hi,

1. What implementation is used for the hash join -- is it classic hash join
or Hybrid grace hash join?
2. If the hash table does not fit in memory, does it spill or does it fail?
Are there parameters to control this (for example to set the percentage of
hash table which can spill etc.)
3. Is the size of the hash table fixed, or can we change it?

Thanks in advance,
Lalitha

Reply via email to