Bug 1136438
Summary: | Caching of parsed HQL query objects | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Data Grid 6 | Reporter: | Adrian Nistor <anistor> | |
Component: | Infinispan | Assignee: | Tristan Tarrant <ttarrant> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Gencur <mgencur> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 6.3.1, 6.4.0 | CC: | 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
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 6.3.x PR integrated 6.4.x PR integrated DocType should be "Enhancements" DocText: "Caching of internal query definition objects" 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 |