How to Efficiently Export Large Data Sets to Excel in Chunks with Spring Boot and S3?
I need to export a large volume of data (over 1 million records) from an Oracle database to an Excel file using Spring Boot. My application has limited JVM memory (1 GB max), so I want to process the data in chunks. Here is my approach so far: