I have a file which contains around 1 crore rows and size is around 400mb , my system is just not able to handle it . when i try opening the file using gedit , it just gets stuck . Is there any way to handle such large files of data.
A:
Split them using the gnu (cygwin on Windows) head, tail or cut utilities. Then do work on the file parts.
Michael Goldshteyn
2010-10-18 18:28:49
well this file is generated from a tool where i can test db performance . it basically a csv file . is there any way i can split depending upon no of rows i want.
Rahul
2010-10-18 18:42:22
A:
A great utility for Windows is Large Text Viewer
I was able to open a file over 4GB in size.
dhirschl
2010-10-18 18:56:07