Skip to content

Commit 270d0cc

Browse files
author
Gabrielle Roth
committed
update language so it's clear we mean the *user* needs to do this step
1 parent b32cfc1 commit 270d0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

duplicate_indexes/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Some notes:
1919

2020
* A primary key index will never be marked as a "duplicate."
2121

22-
* Check for indexes on Foreign Keys and referenced columns. For referenced columns, dropping the duplicate index is not usually a problem, but for Foreign Keys you may have a tradeoff between query performance _vs_ INSERT, UPDATE, DELETE performance.
22+
* Review results for indexes on Foreign Keys and referenced columns. For referenced columns, dropping the duplicate index is not usually a problem, but for Foreign Keys you may have a tradeoff between query performance _vs_ INSERT, UPDATE, DELETE performance.
2323

2424
* Your statistics may show that the "duplicate" index is being used; this is normal and not an argument to keep the duplicate. Postgres should switch to using the encompassing index once the duplicate is gone.
2525

0 commit comments

Comments
 (0)