Hey guys, I have this index
bcoz, sometime I want to fetch data by "userId" with "dueDate" comparison and sometimes wanna fetch it by "userId" and "status", But Now when I'm creating the query, it's forcing me to use "dueDate" always just after the "userId" check and then only i can check "status". so, It means I'll have to create multiple indexes for this to work???? like this:
is there any other way to do this?? I don't want to create too many indexes, as it will affect the performance obviously.
