Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Faster grep in a huge file(10 million)

by InfiniteSilence (Curate)
on May 10, 2013 at 21:05 UTC ( [id://1033033]=note: print w/replies, xml ) Need Help??


in reply to Faster grep in a huge file(10 million)

Is there a problem with writing all of the data to a relational database and simply doing something like,

SELECT tbl2.* FROM tbl2 WHERE tbl2.id NOT IN (SELECT tbl1.id FROM tbl1 +);
?

Celebrate Intellectual Diversity

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-25 15:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found