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
As now, we do a full table scan before being able to add a range filter to the query when dealing with numbers? This works fine for small datasets, but for larger ones it would be nice to be able to do a index-query based on range?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As now, we do a full table scan before being able to add a range filter to the query when dealing with numbers? This works fine for small datasets, but for larger ones it would be nice to be able to do a index-query based on range?
Beta Was this translation helpful? Give feedback.
All reactions