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
Could you elaborate? Are you trying to serve a mongo collection through your API, sending it through the web as a JSON?
Do you have a single collection with 50,000 documents in it, which you are trying to serialize? Are you trying to output this whole collection? How much time does it take? How much time is acceptable for your use case?
I use modelserializer like example showed, but this is too slow, I only test 50,000 data.
so how can I to speed serializer!
thank you!
The text was updated successfully, but these errors were encountered: