in reply to Huge data file and looping best practices
Without even looking at your code, my first reaction upon hearing about 480 columns, 8,000,000 lines and a 6G file is "put it into a database and let the database worry about that".
Once the data's in a database, you can group similar records together, look at just a subset, and so forth.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Huge data file and looping best practices
by carillonator (Novice) on Apr 26, 2009 at 16:51 UTC | |
by talexb (Chancellor) on Apr 26, 2009 at 17:26 UTC |