Hi,
We have one Table which has more than 2 billion record as per the suggestion of some experts we have partitioned that table. We have three active nodes in different servers .
Now After partitioning also it is giving out of memory error. so experts are suggesting to move one partition to another node (server).
1)My question is if we divide table in to partitions ,whether it will allow more records to store or not?Is this the resolution?
2)If we move one partition to another node will problem get resolved? Or any other things I need to take care as a precaution?