mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-05-01 06:23:54 +07:00
Update README.md
This commit is contained in:
@@ -682,7 +682,7 @@ The following guidelines indicate when the use of an index should be reconsidere
|
|||||||
|
|
||||||
**- Indexes should not be used on small tables.
|
**- Indexes should not be used on small tables.
|
||||||
|
|
||||||
Tables that have frequent, large batch updates or insert operations.
|
**- Tables that have frequent, large batch updates or insert operations.
|
||||||
|
|
||||||
Indexes should not be used on columns that contain a high number of NULL values.
|
Indexes should not be used on columns that contain a high number of NULL values.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user