AntennaPod/storage/database
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
..
src Small database efficiency tweaks (#7058) 2024-04-04 21:58:36 +02:00
build.gradle Restructure related UI classes together (#7044) 2024-03-31 18:40:15 +02:00
README.md Move database to its own module 2022-02-27 19:47:41 +01:00

:storage:database

AntennaPod's main database, containing subscriptions and playback state (but not user settings).