Inetgrating iReport(with large no of sub reports) with Spring MVC
问题 My current application includes a functionality of displaying a report designed in iReports 4.1.1 from Spring MVC at front and using PostgreSQL at back. Now i am more of concerned about its performance issues. The Main report which will display data has as many as 20 subreports at most. and each subreport has high cost query running for it. So what are the chances of having performance issues when the user count increases (in short when application scales)?? And if there is any such potential