Each week I receive a read only data file, unsorted and growing in size with each publication. This weeks issue is 117878064 bytes with 2455793 records.
The struture is all characters in a record length of 48 bytes
including a CRLF. The file needs to be indexed once on char 1 to 27 and next on char 27 to 46.
I would appreciate any recommendations on bTree/ PowerTree/ etc.
with any indication on indexing time and index file sizes that might be expected. I use a 500mhz CPU, 128mb RAM.
David
The struture is all characters in a record length of 48 bytes
including a CRLF. The file needs to be indexed once on char 1 to 27 and next on char 27 to 46.
I would appreciate any recommendations on bTree/ PowerTree/ etc.
with any indication on indexing time and index file sizes that might be expected. I use a 500mhz CPU, 128mb RAM.
David
Comment