Lecture 33 INDEX
Lecture 33 INDEX
An index is a performance-tuning method of allowing faster retrieval of records. An index creates an entry for each
value that appears in the indexed columns.
Start-Tech Academy
CREATE INDEX
An index is a performance-tuning method of allowing faster retrieval of records. An index creates an entry for each
value that appears in the indexed columns.
Start-Tech Academy
DROP or RENAME INDEX
An index is a performance-tuning method of allowing faster retrieval of records. An index creates an entry for each
value that appears in the indexed columns.
Start-Tech Academy
DROP INDEX
An index is a performance-tuning method of allowing faster retrieval of records. An index creates an entry for each
value that appears in the indexed columns.
Start-Tech Academy
INDEX
An index is a performance-tuning method of allowing faster retrieval of records. An index creates an entry for each
value that appears in the indexed columns.
PRACTICES 4. Make sure the column you are building an index for is declared NOT NULL
Start-Tech Academy
INDEX
An index is a performance-tuning method of allowing faster retrieval of records. An index creates an entry for each
value that appears in the indexed columns.
GOOD • Tables that have frequent, large batch updates or insert operations.
PRACTICES • Indexes should not be used on columns that contain a high number of NULL
values.
Start-Tech Academy