-
Bug
-
Resolution: Done
-
Major
-
9.0.0.Final
-
None
This happens if the WHERE clause is empty or a tautology (true). In this case the query is wrongly executed unindexed even though the index should be at least used for filtering on type.
The query
FROM org.infinispan.test.Person
or
qf.from(Person.class).build();
is such a case
- is cloned by
-
JDG-1262 DSL queries filtering only on type are always executed without index
- Closed