You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my use case the current way of storing feeds is not really helpful. I think that the feed items should be marked as read/unread and their state saved in db. With a view listing all feed items by date this would be much more faster to see if there is some new article to read or not.
So instead of overwriting the feed items when the cache ends, the app should update or create the feed item in a table.
In a second time, there could be some automated cleanup of these items. Ideally the method would be defined in config. Max items by feed / time max / ...
What do you think?
The text was updated successfully, but these errors were encountered:
For my use case the current way of storing feeds is not really helpful. I think that the feed items should be marked as read/unread and their state saved in db. With a view listing all feed items by date this would be much more faster to see if there is some new article to read or not.
So instead of overwriting the feed items when the cache ends, the app should update or create the feed item in a table.
In a second time, there could be some automated cleanup of these items. Ideally the method would be defined in config. Max items by feed / time max / ...
What do you think?
The text was updated successfully, but these errors were encountered: