[
https://issues.apache.org/jira/browse/IGNITE-15522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Timonin updated IGNITE-15522:
------------------------------------
Description:
Currently impossible to return full index range with existing IndexQuery
criteria. There are workarounds like `lte(Integer.MAX_VALUE)`.
But it should work
was:
Currently impossible to return full index range with existing IndexQuery
criteria. There are workarounds like `lte(Integer.MAX_VALUE)`. But let's
introduce a special criteria for that.
Also it can be useful for cases with multifield index (A, B, C) when some
criteria for fields (A, C) but no for the middle field B.
> IndexQuery should perform index scan if no criteria set
> -------------------------------------------------------
>
> Key: IGNITE-15522
> URL: https://issues.apache.org/jira/browse/IGNITE-15522
> Project: Ignite
> Issue Type: New Feature
> Reporter: Maksim Timonin
> Assignee: Maksim Timonin
> Priority: Major
> Labels: IEP-71
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Currently impossible to return full index range with existing IndexQuery
> criteria. There are workarounds like `lte(Integer.MAX_VALUE)`.
> But it should work
--
This message was sent by Atlassian Jira
(v8.3.4#803005)