Update README.md

This commit is contained in:
GowthamRaj K
2021-07-29 08:25:35 +05:30
committed by GitHub
parent e1bf7d4834
commit ff134b3c4f
+1 -1
View File
@@ -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.**
**- 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.