I have 5 leaf nodes with each node having setting
maximum_memory = 51200m
maximum_table_memory = 40960m
So total leaf table memory = 200GB
and total Memsql Memmory = 250 GB
I am trying to load 100GB data of TPCH but not able to do so. LineItem Table loading is failed. Its count is 0.
Below is the picture of status table of memsql ops. It varies between 90GB and 108GB for leaf Table memory
When I tried to load LINEItem table again whose size is 74GB, status tab shows memsql is consuming all available memory
So even after setting more that double amount of memory (200GB), Memsql is still not able to load 100GB data. What is wrong here? Looks like I am missing on some obvious parameters.Please guide me for correct settings.