Thread: PHP Application
View Single Post
Old 08-22-2003, 01:08 AM   #5 (permalink)
casino
Newb Techie
 
Join Date: Aug 2003
Posts: 8
Default

yes and no...

I have imported a flat file into a database over the web very quickly. The file size was about 4.5 meg and takes less than a minute or 2.

This is reading line by line, though.. nonetheless, importing 25,000 records into a db from a flat file is pretty quick.
This is even doing a little logic/editing the data before it is inserted.

I was amazed at how fast it was.
Not sure how much time it would add, reading character by character.
casino is offline   Reply With Quote