Limit of total fields [1000] in index exceeded

Hello,
I saw that there are some concerns to raising the total limit on fields above 1000.
I have a situation where I am not sure how to approach it from the design point of view.
I lots simple key value pairs: key1:15, key2:45, key99999:1313123.
Where as if a certain document receives a key it gets sorted by the value.

I ended up creating an object and just put the key value pairs inside so I can match it easy.
For example I have sorting: "object.key".

I was wondering if I just use a simple object with bunch of strings inside that are just there for exact matching should I worry about raising this limit to 10k, or 20k

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.