Horsty - Cyril (he/him)Original post
Rank 2: Process
I am working on my project and it was blocked after multiple request
I don’t know If I can reproduce but my few investigation are:
- +250 get list request launch at the same time
- collection with +300 000 docs
- query « equals » on 2 Fields
- no index on those Fields
Can someone unblock my project ?
Normally I have Reduce the amount of request but I need to add an index and after check everything is ok
Summary
Developers facing project blockage due to excessive requests without proper indexing. To resolve, add an index for the queried fields after reducing the request volume.