Tagged Questions
4
votes
2answers
313 views
Trying to extract information from an MDB file. Import is too slow
I am running a Linux box and as usual the documentation for this type of box is not great.
I am trying to open up and extract and possibly include later on information from a "mdb" file. The file ...
20
votes
3answers
839 views
How to read data file quickly?
I have a tab separated value file with 10 million rows each of which has three tab separated values. The first value is a string, the second an integer, and the third another string. How to read ...