I wanted to know that is there a limit to which the load csv can open a file.
The question is when I do a LOAD CSV does it opens the whole csv at one go or does it fetches data in chunks that can be worked upon in the configured memory ?
With transactions, even with a 4 GB Java heap, 100 million cases can be loaded.
If you don't write a transaction, you will get a memory error trying to process all the cases.