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

Implement efficient indexing #214

Open
lmastalerz opened this issue Feb 2, 2023 · 0 comments
Open

Implement efficient indexing #214

lmastalerz opened this issue Feb 2, 2023 · 0 comments
Labels
proposed pattern An idea for a new pattern to submit

Comments

@lmastalerz
Copy link

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".

@russelltrow russelltrow added proposed pattern An idea for a new pattern to submit initial review and removed initial review labels Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposed pattern An idea for a new pattern to submit
Projects
None yet
Development

No branches or pull requests

2 participants