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.
1 parent 9bbb6c4 commit 078ac79Copy full SHA for 078ac79
sql/optional_post.sql
@@ -25,6 +25,8 @@ CREATE INDEX usertagqa_answers_idx ON UserTagQA USING btree (Answers)
25
WITH (FILLFACTOR = 100);
26
CREATE INDEX usertagqa_questions_answers_idx ON UserTagQA USING btree (Questions, Answers)
27
28
+CREATE INDEX usertagqa_all_qa_posts_idx ON UserTagQA USING btree ((Questions + Answers))
29
+ WITH (FILLFACTOR = 100);
30
31
32
-- QuestionAnswer TABLE
0 commit comments