Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Performance issues with inserting csv into SQL Server

by nikosv (Deacon)
on Jul 12, 2013 at 06:56 UTC ( [id://1043888]=note: print w/replies, xml ) Need Help??


in reply to Performance issues with inserting csv into SQL Server

what is your underlying table,is it a BTREE? do you have an index on it ? do you allow duplicate values?

it might be worth to check modifying the table into a heap which will drop the indexes so the rows will get inserted much faster, and then modify it back to the original structure/re-enable the dropped indexes

  • Comment on Re: Performance issues with inserting csv into SQL Server

Log In?
Username:
Password:

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

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

    No recent polls found