Search code examples
records

Process huge no of records


I have developed a web application using spring mvc framework. My concern is I need to display huge no of records say around 100,000.

What would be the best approach to display those many no of records in UI.


Solution

  • Please use a front end framework like AngularJS get the data in JSON format and access the JSON data through your Angular code and use pagination. I have worked on a similar app and a fronted framework solved the problem.