Bug 1136438

Summary: Caching of parsed HQL query objects
Product: [JBoss] JBoss Data Grid 6 Reporter: Adrian Nistor <anistor>
Component: InfinispanAssignee: Tristan Tarrant <ttarrant>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Gencur <mgencur>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.3.1, 6.4.0CC: gfernand, gsheldon, jdg-bugs, mhusnain, vjuranek
Target Milestone: ER2   
Target Release: 6.3.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Previously in Red Hat JBoss Data Grid, the same queries were periodically parsed multiple times, which results in a minor performance issue. This is fixed in JBoss Data Grid 6.3.1 so that a local cache is introduces to prevent the same query being unnecessarily parsed more than once.
Story Points: ---
Clone Of:
: 1139644 (view as bug list) Environment:
Last Closed: 2015-01-26 14:03:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1139644    

Description Adrian Nistor 2014-09-02 14:47:48 UTC

Comment 2 Adrian Nistor 2014-09-02 17:08:19 UTC
PRs for jdg-6.3.x and jdg-6.4.x here: https://github.com/infinispan/jdg/pull/227, https://github.com/infinispan/jdg/pull/228

Comment 3 Gustavo Fernandes 2014-09-02 19:01:15 UTC
6.3.x PR integrated

Comment 4 Gustavo Fernandes 2014-09-03 08:02:44 UTC
6.4.x PR integrated

Comment 5 Gustavo Fernandes 2014-09-12 07:43:59 UTC
DocType should be "Enhancements"  
DocText: "Caching of internal query definition objects"

Comment 7 Gustavo Fernandes 2014-09-17 10:50:32 UTC
DocType should be "Enhancements"  
DocText: Performance enhancement by introducing a local cache to avoid parsing the same query more than once during a certain internal