1 line
92 B
MySQL
1 line
92 B
MySQL
|
CREATE INDEX entries_feed_id_status_hash_idx ON entries USING btree (feed_id, status, hash);
|