1
0
Fork 0
miniflux/database/sql/schema_version_36.sql
Frédéric Guillot e6c6ee441a Use a transaction to refresh and create entries
Also includes few database improvements:

- Speed up entries clean up with an index and a goroutine
- Avoid the accumulation of enclosures for some feeds
2020-09-20 23:12:23 -07:00

1 line
No EOL
92 B
SQL

CREATE INDEX entries_feed_id_status_hash_idx ON entries USING btree (feed_id, status, hash);