We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should analyze the queries that we're doing to mongodb and measure their effectiveness.
We need to be able to provide a great API for Eiffel even when the database increases and without killing CPUs.
Having a responsive API and knowledge about the queries that we make should be essential going forward with this project.
Effective queries = happy machines = happy users
If the queries are already effective enough then this could be a waste of time.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
We should analyze the queries that we're doing to mongodb and measure their effectiveness.
Motivation
We need to be able to provide a great API for Eiffel even when the database increases and without killing CPUs.
Exemplification
Having a responsive API and knowledge about the queries that we make should be essential going forward with this project.
Benefits
Effective queries = happy machines = happy users
Possible Drawbacks
If the queries are already effective enough then this could be a waste of time.
The text was updated successfully, but these errors were encountered: