I am writing a program to produce random records in a format that can be specified in code and optionally write it to disk as a text file so it can be used for datamining benchmarks.
My problem is that I can verify that my program works with small text files but I need to know if this is true for large amounts of data (this program will be used to create files with billions and even trillions of rows). But notepad and notepad++ both cannot open and correctly display text files this large (notepad++ has a 2714502 line limit, i don't know notepad's).
Just so you know, in the record format I am testing this with 100,000,000 rows of data = about a 9gb file. I am aiming at eventually producing files over 1tb in length.