e6c6ee441a
Also includes few database improvements: - Speed up entries clean up with an index and a goroutine - Avoid the accumulation of enclosures for some feeds
1 line
No EOL
92 B
SQL
1 line
No EOL
92 B
SQL
CREATE INDEX entries_feed_id_status_hash_idx ON entries USING btree (feed_id, status, hash); |