[infinispan-issues] [JBoss JIRA] (ISPN-3174) String-based query language for communication between client and server
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Tue Jun 4 13:13:54 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus updated ISPN-3174:
--------------------------------
Description:
Once the ISPN-3169 is in place, on the server, a JPAQL string that will be send on the server.
For simplicity the string will have the query params encoded in the query string itself .Compared with passing query params separately (a-la JDBC's prepared statements), this approach has reduced query caching on the server side but potentially better query planning.
For a complete remote query overview see: https://community.jboss.org/wiki/QueryingDesignInInfinispan
was:See #6 https://community.jboss.org/wiki/QueryingDesignInInfinispan
> String-based query language for communication between client and server
> -----------------------------------------------------------------------
>
> Key: ISPN-3174
> URL: https://issues.jboss.org/browse/ISPN-3174
> Project: Infinispan
> Issue Type: Feature Request
> Reporter: Mircea Markus
> Assignee: Mircea Markus
>
> Once the ISPN-3169 is in place, on the server, a JPAQL string that will be send on the server.
> For simplicity the string will have the query params encoded in the query string itself .Compared with passing query params separately (a-la JDBC's prepared statements), this approach has reduced query caching on the server side but potentially better query planning.
> For a complete remote query overview see: https://community.jboss.org/wiki/QueryingDesignInInfinispan
--
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