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