Hi guy,
I'm facing with performance issue related to insert command. It seams to me it is very slow to insert huge quantity of record using MySQL Conenctor .NET (6.3.4)
I have tried prepared statement and Batch insert (insert into foo (x,y) values (a,b)(a,b)(a,b)(a,b) ..... )
Batch insert is the best but not enogth!
In oracle or SqLite I can bind to a parameter an array; it is way i have very good performance.
Can I bind parameter to a prepared statement?
Nicola
I'm facing with performance issue related to insert command. It seams to me it is very slow to insert huge quantity of record using MySQL Conenctor .NET (6.3.4)
I have tried prepared statement and Batch insert (insert into foo (x,y) values (a,b)(a,b)(a,b)(a,b) ..... )
Batch insert is the best but not enogth!
In oracle or SqLite I can bind to a parameter an array; it is way i have very good performance.
Can I bind parameter to a prepared statement?
Nicola