Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Processing Two XML Files in Parallel

by Anonymous Monk
on Jul 22, 2011 at 11:33 UTC ( [id://916104]=note: print w/replies, xml ) Need Help??


in reply to Processing Two XML Files in Parallel

I keep wondering if you could use an SQLite database (file...) here. Kind of like a tied-hash only better. I do not know how many elements in these massive files actually change from one run to the next; nor how many are in common. But maybe you could capture data from first one then the other into an SQLite table, which, since it is just a file, requires no server setup. Determine what differences actually exist, then use these to update or to rebuild file C. The overall strategy of using two massive XML files needs to be reviewed carefully, either by you or by your managers or both.
  • Comment on Re: Processing Two XML Files in Parallel

Log In?
Username:
Password:

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

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

    No recent polls found