[infinispan-issues] [JBoss JIRA] (ISPN-3807) Caching of parsed HQL queries

Sanne Grinovero (JIRA) jira-events at lists.jboss.org
Tue Dec 10 05:55:07 EST 2013


     [ https://issues.jboss.org/browse/ISPN-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sanne Grinovero updated ISPN-3807:
----------------------------------

    Description: 
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.

  was:
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.


    
> Caching of parsed HQL queries
> -----------------------------
>
>                 Key: ISPN-3807
>                 URL: https://issues.jboss.org/browse/ISPN-3807
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: Querying, Remote protocols
>    Affects Versions: 6.0.0.Final
>            Reporter: Sanne Grinovero
>            Assignee: Sanne Grinovero
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list