Are there any plans to allow for better
Are there any plans to allow for better support on compound indexes that are ranged? Or is this simply not possible?
1 Reply
With this schema for example,
This works:
But this does not:
Instead you would need to guess which of the cases is more likely to give fewer results (the
gte
start or lte
end) and write it like this
But this loses the benefit of half the index. Especially for cases where you want to query something thats older