AntennaPod/storage
ByteHamster 0288d4e51e
Small database efficiency tweaks (#7058)
- When checking whether there is a subscription, there is no need to create feed objects (plus counters etc). Just the number of episodes is enough.
- Downloads section only needs to load the items it actually displays.
- No need to load FeedMedia, just to load FeedItem including the same FeedMedia afterwards.
- No need to convert columns to Strings and back to Longs.
- No need to join favorites when we are only interested in the list of IDs anyway.
2024-04-04 21:58:36 +02:00
..
database Small database efficiency tweaks (#7058) 2024-04-04 21:58:36 +02:00
importexport Move download service to module (#7041) 2024-03-29 19:27:53 +01:00
preferences Fix playback state not being updated (#7050) 2024-04-01 09:55:30 +02:00
README.md Move database to its own module 2022-02-27 19:47:41 +01:00

README.md

:storage

Data storage for podcast data (subscriptions, playback state) and settings (but not settings UI).