Exception of type 'System.OutOfMemoryException' was thrown. Why?

前端 未结 5 1992
刺人心
刺人心 2021-02-05 11:20

I have a dynamic query that returns around 590,000 records. It runs successfully the first time, but if I run it again, I keep getting a System.OutOfMemoryException

5条回答
  •  庸人自扰
    2021-02-05 11:41

    try to break your large data as much as possible because I already faced number of times this types of problem. In which I have above 10 Lakh records with 15 columns.

提交回复
热议问题