| Hello! > A quick question, are there any limits around number of separate indexes we can have with meilisearch? Yes! In v1.0, about 180 indexes under Linux in the same instance[1]. The good news is that I'm personally working on lifting this limitation for v1.1 (planned to release in the beginning of April), which should be able to accommodate an unlimited number of indexes[2] (disk space permits, of course). Note that having many indexes does have an impact on performance and will keep doing so even after v1.1. > Or is there a better way to do this. If it works for your use case, you can try using a single index (or a few indexes) with tenant tokens[3] for multitenancy. Hope this helps :-) [1]: https://docs.meilisearch.com/learn/advanced/known_limitation... [2]: https://github.com/meilisearch/meilisearch/issues/3382 [3]: https://docs.meilisearch.com/learn/security/tenant_tokens.ht... |