You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just stood up a MongoDB and started using Graphene-Mongo to serve up the data but am finding MongoengineConnectionField queries to be very slow! They work but lets say I want to do:
I just stood up a MongoDB and started using Graphene-Mongo to serve up the data but am finding
MongoengineConnectionField
queries to be very slow! They work but lets say I want to do:That will take probably 5 minutes to execute. If I make my own resolver and just do something like:
It will be completed in milliseconds.
Did I miss something in the documentation? Or is this a known issue and I just have to make my own revolvers for everything?
TIA
The text was updated successfully, but these errors were encountered: