Using ttrss in multiple users mode, it seems that feeds are not reused, for example each time a user registers, ttrss forum & new releases feeds are added to ttrss_feeds table, and new entries for each feed are added to ttrss_entries.
It may be better to have a single entry for each feed url, and for each entry, as the ttrss_user_entries contain ttrss_entries and ttrss_feeds ids.
This would not only avoid multiple same rows in ttrss_entries id and ttrss_feeds, but also avoid the update daemon the need to fetch new entries several times for the same feed.
What do you think ? I hope I was clear enough
