Keeping query result sets in server memory can provide a significant performance enhancement for supporting a high volume of repetitive data access, but how can this functionality be implemented?
Location: http://www.jguru.com/faq/view.jsp?EID=219669 Created: Sep 30, 2000 Modified: 2000-09-30 19:21:55.207 Author: Joe Sam Shirah (http://www.jguru.com/guru/viewbio.jsp?EID=42100) Question originally posed by Vinod Tadepalli (http://www.jguru.com/guru/viewbio.jsp?EID=19366 Some initial considerations are sufficient memory to hold the data and possible periodic refreshes. For the actual implementation you can use arrays, vectors or a Collection, but the most blessed way at the moment is to implement or use a third party implementation of Rowset. Javasoft has an Early Access JDBC(tm) Rowset implementation at the Java Developer Connection. Note that you must be a member to download the classes.
Related Questions
- Keeping query result sets in server memory can provide a significant performance enhancement for supporting a high volume of repetitive data access, but how can this functionality be implemented?
- Is there a way to lower the task priority of TurboGold in order to safeguard Domino server performance?
- What is the performance impact of TurboGold on a Domino server?