You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
now I want descend search range [1000001, 2000001) and get last 10 values, I don't want use AscendGreaterOrEqual, because it'll skip too much, but if DescendGreaterOrEqual function exists, it'll be much efficient
The text was updated successfully, but these errors were encountered:
Can we have some more range operator options for iterating, like lt gte options in Descend and DescendRange.
In my case, I have a json field "create_time" with decimal value, I want to descend search range like [gte, lt), but it seems cannot be done, example:
db exists:
now I want descend search range [1000001, 2000001) and get last 10 values, I don't want use AscendGreaterOrEqual, because it'll skip too much, but if DescendGreaterOrEqual function exists, it'll be much efficient
The text was updated successfully, but these errors were encountered: