Hi all! Is there a limit on how many indices are s...
# community-help
a
Hi all! Is there a limit on how many indices are supported per collection? I have a use case where I need to index an
object
, and the keys vary between documents in the collection. Each new key will generate a new index (which is fine and the only way to do it I suppose). I have observed that queries stop returning results when I have a large number of indices (>10k). I'm trying to reproduce that problem in a simple form. Related question: is there a practical limit on the number of collections in a Typesense instance? Thanks!