Need advice on huge reports

Hi. We’re using the ASPose.Word component to generate reports on the Web from Oracle data. However, some of the reports are huge – 20,000 records (1000 or more pages). Is there a way to do these giant reports efficiently? Have others had experience in this area? Thank you :slight_smile:

I don’t think 1000 or more pages Word documents are practical. The issue is that a Word document must be opened and read into memory completely. A document in memory takes more space than a document on disk. I think your system just gets bogged down by memory usage. Aspose.Words will consume a lot of memory to keep a 1000+ document open.

Thanks, Roman. That’s what I was thinking, too. We’ll have to figure out some other way of doing the larger reports.