I am returning a large amount of data through the recreation service. The query returns about 200,000 rows of data and is then converted to XML. When I start this service in IE8, I get the error message "there is not enough storage to complete this operation."
Is there any best practice for returning a lot of data this way?
The database starts the query after about 5 seconds, so I assume the problem is converting JAXB to xml.
Does anyone have any ideas to improve this?
source
share