Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^5: DBI::SQLite slowness

by erix (Prior)
on Sep 22, 2013 at 05:12 UTC ( [id://1055165]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sort -u dupslist > no_dupslist
    
  2. or download this
    perl -e 'for (1..50_000_000){
       printf "%012d\n", $_;
    }' > t_data.txt;
    ...
    time < t_data.txt psql -c 'copy t from stdin'
    
    real    0m25.661s
    

Log In?
Username:
Password:

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

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

    No recent polls found