]
RH Bugzilla Integration commented on ISPN-3807:
-----------------------------------------------
Sebastian Ćaskawiec <slaskawi(a)redhat.com> changed the Status of [bug
Caching of parsed HQL queries
-----------------------------
Key: ISPN-3807
URL:
https://issues.jboss.org/browse/ISPN-3807
Project: Infinispan
Issue Type: Enhancement
Components: Embedded Querying
Affects Versions: 6.0.0.Final
Reporter: Sanne Grinovero
Assignee: Adrian Nistor
Fix For: 7.0.0.Beta2, 7.0.0.Final
We'll probably need to use a cache (lowercase) to avoid invoking ANTLR on each
request.
Ideally we could think of caching parameterized templates, or recognize constants: in
case of constants the output could degenerate in caching a Lucene Filter.
Priority do be defined after performance tests.