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

GridFS backend: Improve performance for large responses #582

Open
JWCook opened this issue Apr 13, 2022 · 1 comment
Open

GridFS backend: Improve performance for large responses #582

JWCook opened this issue Apr 13, 2022 · 1 comment
Labels
backends Features or changes related to specific backends enhancement performance

Comments

@JWCook
Copy link
Member

JWCook commented Apr 13, 2022

Related to #407. Depends on #576 and #581

Once all response metadata is moved to a regular MongoDB collection and GridFS is used for storing response content only, performance can be considerably improved by writing binary content directly to a GridFS file without serialization.

@JWCook JWCook added enhancement performance backends Features or changes related to specific backends labels Apr 13, 2022
@JWCook JWCook added this to the Long-term backlog milestone Apr 13, 2022
@JWCook
Copy link
Member Author

JWCook commented Apr 13, 2022

This is an idea for the future, but not planning to implement it right now.

@JWCook JWCook closed this as completed Apr 13, 2022
@JWCook JWCook reopened this Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backends Features or changes related to specific backends enhancement performance
Projects
None yet
Development

No branches or pull requests

1 participant