Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^5: Skip problematic lines while populating database

by dave_the_m (Monsignor)
on Aug 17, 2020 at 17:38 UTC ( [id://11120846]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Skip problematic lines while populating database
in thread Skip problematic lines while populating database

Given that the code needs to handle 60Gb of data, it seems to me that having a couple of extra lines in the code to optimise things would be called for in this case. An even if it didn't need optimising, using placeholders automatically gives correct quoting of fields, so the code won't die just because a field contains a single quote character.

Dave.

Replies are listed 'Best First'.
Re^6: Skip problematic lines while populating database
by perlfan (Vicar) on Aug 18, 2020 at 04:29 UTC
    I didn't say not to use placeholders.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-03-29 05:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found