Getting ExecuteBatch to execute faster

后端 未结 4 1559
刺人心
刺人心 2020-12-18 08:24

I\'m trying to read a table from a sybase server, process the rows, and output the results to another table. (Below is my code)

The code retrieves the table pretty

4条回答
  •  鱼传尺愫
    2020-12-18 08:54

    There is a commercial solution from Progress DataDirect to translate JDBC batches into the database's native bulk load protocol to significantly improve performance. It's very popular with SQL Server since it does not require BCP. I am employed by that vendor and wrote a blog on how to bulk insert JDBC batches.

提交回复
热议问题