For one of the use case I wanted to store approx 900,000 customer number to do shuffling. It will have 2 columns - one original customer num and the other shuffled customer num.
What is the best approach using Java, so that I don't get memory exception or GC overhead?
Thanks.