Alexandre Alapetite
Alexandre Alapetite
Prepared and documented in https://github.com/FreshRSS/FreshRSS/pull/4505 but the indexes must be created manually
https://freshrss.github.io/FreshRSS/en/admins/DatabaseConfig.html
> Just for your information, search with `col1 ilike '%pattern%'` is not full text search. It is just pattern matching. Full text search is much more powerful: https://www.postgresql.org/docs/current/textsearch-intro.html Yes, thanks...
> I am afraid users won't think about index creation. They should be created by default. The problem is that indexes also have drawbacks. In particular, from what I can...
Pourriez-vous faire une suggestion plus précise de comment cela serait présenté ? Par exemple en faisant une capture d'écran de votre FreshRSS et en ajoutant à la main par dessus...
La date de dernière mise à jour peut être soit globale, soit dépendre de la vue, et peut être extraite depuis un `max(f.lastUpdate)`. La dernière visite est plus problématique, surtout...
Yes, good idea. Reference https://github.com/FreshRSS/FreshRSS/issues/805#issuecomment-77449626
Remember to look at the HTTP caching policy defined by the feed. http://genma.free.fr/?RSS-Message-de-service-et-conseils-pour-l-agregateur-RSS#forum6295
For databases, I recommand our built-in export-to-sqlite command
The `./data/` folder is for user, writeable, custom content. The defaults values are defined in `./force-https.default.txt` and additional domains can be added in `./data/force-https.txt` See https://github.com/FreshRSS/FreshRSS/pull/1532