Hey guys,
Is it possible to have something like QueryByKeyPrefix<T>(string keyPrefix)?
This is my case: I have lots and lots of entities that I just need to get as a list and I feel that it's a shame to have so many indexes that don't serve any purpose (and dunno if they can be an issue performance-wise).
I know there is StartsWith in DatabaseCommands, but it returns JsonDocuments and it would be nice to have the deserialized entity properly tracked and cached.
What do you think? Can you do it? Or would you like to have it pull-requested?
Cheers,
Nicolas.