Support for Oracle Resultset Cache

Posts   
 
    
saravana
User
Posts: 63
Joined: 11-Nov-2010
# Posted on: 16-Aug-2012 10:46:01   

Hi,

I have tested the resultset cache feature of oracle given in the following article:

http://www.oracle.com/technetwork/issue-archive/2008/08-jul/o48odpnet-098170.html

Though there is only a little difference in simple queries, It has a impact on the complex query with a where clause and XMLType fields. So is there any way of using this feature through LLBLGen?

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 16-Aug-2012 20:35:22   

What's the advantage of using this, rather than manually caching the resultsets you need. Isn't it beter to build you r caching logic in the BL rather then the DAL, which would make it tightly coupled with the database in hand.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39910
Joined: 17-Aug-2003
# Posted on: 17-Aug-2012 10:20:38   

Added to that, from the article, I understand there's no need for code in the client to use this. Only if you use manual mode, it requires hints in the SQL query, which isn't possible at this point.

Frans Bouma | Lead developer LLBLGen Pro