[JBoss JIRA] (ISPN-8344) DSL queries filtering only on type are always executed without index
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-8344?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-8344:
--------------------------------
Description:
This happens if the WHERE clause is empty. In this case the query is misidentified as one that leads to a match-all Boole-Shannon expansion and is executed completely unindexed.
The query
{code}
FROM org.infinispan.test.Person
{code}
or
{code}
qf.from(Person.class).build();
{code}
is such a case
was:
This happens if the WHERE clause is empty. In this case the query is misidentified as one that leads to a match-all Boole-Shannon expansion and is executed completely unindexed.
The query
{code}
FROM user org.infinispan.test.Person
{code}
or
{code}
{code}
> DSL queries filtering only on type are always executed without index
> --------------------------------------------------------------------
>
> Key: ISPN-8344
> URL: https://issues.jboss.org/browse/ISPN-8344
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying, Remote Querying
> Affects Versions: 9.0.0.Final
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 9.1.2.Final, 9.2.0.Alpha1
>
>
> This happens if the WHERE clause is empty. In this case the query is misidentified as one that leads to a match-all Boole-Shannon expansion and is executed completely unindexed.
> The query
> {code}
> FROM org.infinispan.test.Person
> {code}
> or
> {code}
> qf.from(Person.class).build();
> {code}
> is such a case
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (ISPN-8345) DSL queries filtering only on type are always executed without index
by Adrian Nistor (JIRA)
Adrian Nistor created ISPN-8345:
-----------------------------------
Summary: DSL queries filtering only on type are always executed without index
Key: ISPN-8345
URL: https://issues.jboss.org/browse/ISPN-8345
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying, Remote Querying
Affects Versions: 9.0.0.Final
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 9.1.2.Final, 9.2.0.Alpha1
This happens if the WHERE clause is empty. In this case the query is misidentified as one that leads to a match-all Boole-Shannon expansion and is executed completely unindexed.
The query
{code}
FROM org.infinispan.test.Person
{code}
or
{code}
qf.from(Person.class).build();
{code}
is such a case
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (ISPN-8344) DSL queries filtering only on type are always executed without index
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-8344?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-8344:
--------------------------------
Description:
This happens if the WHERE clause is empty. In this case the query is misidentified as one that leads to a match-all Boole-Shannon expansion and is executed completely unindexed.
The query
{code}
FROM user org.infinispan.test.Person
{code}
or
{code}
{code}
was:This happens if the WHERE clause is empty. In this case the query is misidentified as one that leads to a match-all Boole-Shannon expansion and is executed completely unindexed.
> DSL queries filtering only on type are always executed without index
> --------------------------------------------------------------------
>
> Key: ISPN-8344
> URL: https://issues.jboss.org/browse/ISPN-8344
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying, Remote Querying
> Affects Versions: 9.0.0.Final
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 9.1.2.Final, 9.2.0.Alpha1
>
>
> This happens if the WHERE clause is empty. In this case the query is misidentified as one that leads to a match-all Boole-Shannon expansion and is executed completely unindexed.
> The query
> {code}
> FROM user org.infinispan.test.Person
> {code}
> or
> {code}
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (ISPN-8344) DSL queries filtering only on type are always executed without index
by Adrian Nistor (JIRA)
Adrian Nistor created ISPN-8344:
-----------------------------------
Summary: DSL queries filtering only on type are always executed without index
Key: ISPN-8344
URL: https://issues.jboss.org/browse/ISPN-8344
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.0.0.Final
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 9.1.2.Final, 9.2.0.Alpha1
This happens if the WHERE clause is empty. In this case the query is misidentified as one that leads to a match-all Boole-Shannon expansion and is executed completely unindexed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months