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
Describe the pattern you'd like to propose Implement indexes in your database to avoid unnecessary full table scans.
Describe specific emission impact from this pattern Regarding SCI = ((E *I) * M) per R, E will decline due to reduced number of I/O operations.
References to this pattern Common database tuning technique.
Additional context Presumably to be tagged as "Database".
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the pattern you'd like to propose
Implement indexes in your database to avoid unnecessary full table scans.
Describe specific emission impact from this pattern
Regarding SCI = ((E *I) * M) per R, E will decline due to reduced number of I/O operations.
References to this pattern
Common database tuning technique.
Additional context
Presumably to be tagged as "Database".
The text was updated successfully, but these errors were encountered: