Posts by Salalop • 1 point
1 post
-
0
votes0
answers38
viewsQ: Mongodb query optimization for large collection with large documents
I am using Pymongo with Flask and would like to know how to optimize a query as I am filtering within a large collection (2947 documents) with large documents. This is the structure of the…