Add index on newsgroups, post dates
This commit is contained in:
parent
c63dacb341
commit
d2f87b4234
1 changed files with 4 additions and 0 deletions
|
@ -24,4 +24,8 @@ create index newsgroup_message_newsgroup_id_idx on newsgroup_message (
|
||||||
newsgroup_id, id
|
newsgroup_id, id
|
||||||
);
|
);
|
||||||
|
|
||||||
|
create index newsgroup_message_newsgroup_date_idx on newsgroup_message (
|
||||||
|
newsgroup_id, created_on
|
||||||
|
);
|
||||||
|
|
||||||
commit;
|
commit;
|
||||||
|
|
Loading…
Add table
Reference in a new issue