File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Performance and the fly likes Retreive large records from database Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Performance
Reply Bookmark "Retreive large records from database" Watch "Retreive large records from database" New topic
Author

Retreive large records from database

ravisha andar
Ranch Hand

Joined: Feb 25, 2011
Posts: 55
Hi All

What is the best way to fetch aroung 10000 records and display it in a jsp table

Thanks
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56180
    
  13

The best way is not to. That's way too many records to display to a user at once. Page the date, or otherwise allow the user to provide filters to bring the dataset down to a reasonable size.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Retreive large records from database
 
Similar Threads
Reusing deleted entries ?
Efficient way to calculate the number of threads
most efficient way to insert records in a DB
WA #1.....word association
Can I use single servlet and a single model to satisfy two functionalities.