in reply to Re: Formatting a large number of records
in thread Formatting a large number of records

It's a valid question t. alex.

Unfortunately this formatting has to be done between the end of one finance period and the start of the next and there is only a short period of time to get it run (a few hours).

As for a better machine - not where I work! :-{

elbow
  • Comment on Re: Re: Formatting a large number of records

Replies are listed 'Best First'.
Re: Re: Re: Formatting a large number of records
by talexb (Chancellor) on Dec 30, 2002 at 15:57 UTC

    Well, is Perl fast enough for the job? If not (your call, I guess), you'll have to code the equivalent functionality in C, which should give you a bit of an improvement in speed.

    What machine are you running this on? How long does the script take to run? I can't remember any benchmarks, but I know I've processed large files before and Perl whizzes through them. What you've discussed is not any heavy processing, so I can't imagine that your script would take more than a few minutes to process 1,000,000 lines.

    --t. alex
    but my friends call me T.