Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: performance of File Parsing

by NiJo (Friar)
on Jul 11, 2011 at 18:46 UTC ( [id://913748]=note: print w/replies, xml ) Need Help??


in reply to performance of File Parsing

Method 3:

With simple, line based calculations like filtering, counting etc. you could become I/O-bound rather than CPU-bound. Assuming a similar TB size of the output file, much time is wasted by disk seeks. Just look at and hear the disk drive: Noisy sounds and flashing lights are clear indicators of seek problems.

Two seperate physical disks avoid that. For less than an hours salary your problems could be gone. But do your benchmarks first!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://913748]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-24 22:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found