Roro
(Romain B.)
5
Hi @Benjamin_Flast
I’ve got the same issue. Not that I’m doing $lookup, but here’s our use case:
- We use Online Archive for one of our collections, and archive documents older than 365 days
- Still, our customers can request their documents without any date filter. In this case, we use the combined connection string (cluster + online archive). If there’s a date filter, we would use either the archive only connection string or the cluster only connection string (no issue for this last one of course)
The issue here is that 30 simultaneous queries is way too low for our needs. That would mean that we can’t allow more than 30 customers to do this kind of query, which is ridiculously low.
How can we increase this to a more “usable” value ?
Thanks in advance and have a nice day