Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to speed serializer? #286

Open
HendricksRichard opened this issue Dec 29, 2021 · 1 comment
Open

Is there a way to speed serializer? #286

HendricksRichard opened this issue Dec 29, 2021 · 1 comment

Comments

@HendricksRichard
Copy link

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!

@BurkovBA
Copy link
Collaborator

BurkovBA commented Dec 29, 2021

Hello, @HendricksRichard.

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants