Re: Very Large text file parsing
better split that file in small parts. it will take hours to parse a
750 mb file, it's not a good idea to allow a script to run for such a
long time. if you're on a multiprocessor machine you may use a single
processor for that job.
is that file updated from day to day and you need to insert the
changes into your database?
|