damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
84 stars 4 forks source link

Refactor scene & tag queries #306

Closed damontecres closed 3 months ago

damontecres commented 3 months ago

Contributes to #208

Refactors the scene and tag queries to significantly reduce the number of sqlite queries on the server. My testing just browsing a few pages of scenes showed a 50% reduction in server-side sql queries.

For larger servers this might have a slight performance improvement. Small servers probably will not see any significant impact.