Skip to content

Implement efficient indexing #214

Open
@lmastalerz

Description

@lmastalerz

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

Metadata

Metadata

Labels

proposed patternAn idea for a new pattern to submit

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions