We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba9cbdc + fc3537c commit 662df38Copy full SHA for 662df38
sql/Comments_post.sql
@@ -3,8 +3,6 @@ CREATE INDEX cmnts_score_idx ON Comments USING btree (Score)
3
WITH (FILLFACTOR = 100);
4
CREATE INDEX cmnts_postid_idx ON Comments USING hash (PostId)
5
6
-CREATE INDEX cmnts_revguid_idx ON Comments USING btree (RevisionGUID)
7
- WITH (FILLFACTOR = 100);
8
CREATE INDEX cmnts_creation_date_idx ON Comments USING btree (CreationDate)
9
10
CREATE INDEX cmnts_userid_idx ON Comments USING btree (UserId)
0 commit comments