How to avoid OOM (Out of memory) error when retrieving all records from huge table?

前端 未结 6 1409
甜味超标
甜味超标 2020-12-14 19:13

I am given a task to convert a huge table to custom XML file. I will be using Java for this job.

If I simply issue a \"SELECT * FROM customer\", it may return huge a

6条回答
提交回复
热议问题