Bug 1260896 - Caching Guide - User Query Cache
Summary: Caching Guide - User Query Cache
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Virtualization 6
Classification: JBoss
Component: Documentation
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: CR2
: 6.2.0
Assignee: David Le Sage
QA Contact: Jan Stastny
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-09-08 07:32 UTC by Jan Stastny
Modified: 2015-09-29 00:56 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Build Name: 23073, Development Guide Volume 5: Caching Guide-6.2 Build Date: 04-09-2015 14:10:18 Topic ID: 43090-769664 [Latest]
Last Closed: 2015-09-29 00:56:37 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jan Stastny 2015-09-08 07:32:21 UTC
Title: User Query Cache

Describe the issue:
Duplicate note (it is repeated later in a NOTE):
> Note that if either of these mechanisms are used, Teiid must also have result set caching enabled (the default is enabled). 

Also whole this fragment is duplicate:
> End users or client applications explicitly state whether to use result set 
> caching. This can be done by setting the JDBC ResultSetCacheMode execution 
> property to true (by default it is set to false):
>
>  
>
> Properties info = new Properties();
>
> ...
> 
> info.setProperty("ResultSetCacheMode", "true");
> 
> Connection conn = DriverManager.getConnection(url, info);
>  
>
> Another way to do this is by adding a Cache Hint to the query. Note that if 
> either of these mechanisms are used, Teiid must also have result set caching 
> enabled (the default is enabled). 

Suggestions for improvement:


Additional information:

Comment 1 David Le Sage 2015-09-09 00:13:34 UTC
Thanks. Duplicated paragraphs removed.


Note You need to log in before you can comment on or make changes to this bug.