Database Performance Optimization. Andrey Avtomonov
Database Performance Optimization. Andrey Avtomonov
Database Performance Optimization. Andrey Avtomonov
PERFORMANCE
OPTIMIZATION
Selectivity
A highly selective expression returns a small proportion of rows
from a table
DATE_OF_BIRTH column is selective, GENDER is not.
CONCATENATED INDEXES
A concatenated (or composite) index is an index composed of
more than one column.
Partition-wise join
QUESTIONS?