stonedb
stonedb copied to clipboard
bug: stonedb OOM use parallel hash join when the table is very large(100G)
Describe the problem
- when force use parallel hash join and the table is very large beyond the memory
- the stonedb on paralller hash join will OOM and kill by kernel
Expected behavior
- if table size beyond memory, parallel will process fastly and safely together
How To Reproduce
- at this time, could use serial hash join ignore this OOM, but I suggesst process parallel on the high efficiency
Environment
- OS: centos7.5
- Memory: 16GB RAN
Are you interested in submitting a PR to solve the problem?
- [x] Yes, I will!