add another hot_score index without nulls clause
This commit is contained in:
parent
b672d015e2
commit
4be7f12119
@ -0,0 +1,2 @@
|
||||
CREATE INDEX IF NOT EXISTS hot_score_view_hot_score_no_nulls_idx ON hot_score_view(hot_score DESC);
|
||||
CREATE INDEX IF NOT EXISTS hot_score_view_sub_hot_score_no_nulls_idx ON hot_score_view(sub_hot_score DESC);
|
Loading…
x
Reference in New Issue
Block a user