Dmytrii
My feedback
4 results found
-
61 votes
An error occurred while saving the comment Dmytrii supported this idea · -
27 votesDmytrii supported this idea ·
-
9 votesDmytrii supported this idea ·
-
20 votes
An error occurred while saving the comment Dmytrii commentedIt would be great to have the following behavior https://yonik.com/multi-select-faceting/
Dmytrii supported this idea ·
Our application uses the Mongo Atlas search engine for full-text searching. The application stores documents in a single collection, indexed by an arbitrary number of Atlas search indexes corresponding to the number of tenants. The document contains some common fields and each tenant can enrich the documents with exclusive/unique fields/attributes. Since each index indexes all the documents of a collection, this becomes very resource-intensive regarding indexing time, RAM, and disk.
At the moment, the only workaround that works for us is to move the tenants to their own collections, but this will make it difficult to access the whole set of documents.