M
miben
I have a file that is of arround 250,000 records long. Currently, I do
a simple forward only search on a record column to find the record and
return the record if found. If the record is at the bottom of the
file, it takes near 5 seconds to complete. I know if the data was in a
database, placing an index on that column is what I need to do. Is
there a way to index a column from a text file of records?
a simple forward only search on a record column to find the record and
return the record if found. If the record is at the bottom of the
file, it takes near 5 seconds to complete. I know if the data was in a
database, placing an index on that column is what I need to do. Is
there a way to index a column from a text file of records?