ways to improve the performance of this scenario

前端 未结 6 1035
闹比i
闹比i 2021-01-23 05:45

I have a map with huge amount of data being populated (around 300,000 records in approx)

and iterating it as below ,

    for (Map.Entry&         


        
6条回答
  •  既然无缘
    2021-01-23 06:18

    My suggestion is you can use Stored procedure. or use can use batch wise update instead of this.

    More about sql batch update.

提交回复
热议问题