hi
i want to sort a text file with apprx 3,00,000 records with each record being record being 100 k size.
the file has to be sorted on the first field of the record.
the whole file should not be loaded into memory for sorting.
can anyone please suggest an appropriate algorithm for the same?
what i am looking for is something similar to the sort command in UNIX.
i want to sort a text file with apprx 3,00,000 records with each record being record being 100 k size.
the file has to be sorted on the first field of the record.
the whole file should not be loaded into memory for sorting.
can anyone please suggest an appropriate algorithm for the same?
what i am looking for is something similar to the sort command in UNIX.