G
Guest
Hi
I need to read in a large set of text files (9GB+ each) into a database
table based on fixed width lengths.
There are several ways to complete this, but I am wondering if anyone has
insight into the FASTEST way to read in the data and chop it up ahead of
posting it into the DB.
So far, things work, but they are far slower than expected.
Do I need to consider a VC++ app to get a large improvement here?
thx
Avi
I need to read in a large set of text files (9GB+ each) into a database
table based on fixed width lengths.
There are several ways to complete this, but I am wondering if anyone has
insight into the FASTEST way to read in the data and chop it up ahead of
posting it into the DB.
So far, things work, but they are far slower than expected.
Do I need to consider a VC++ app to get a large improvement here?
thx
Avi