poehoes / ampache-mobile

Automatically exported from code.google.com/p/ampache-mobile
0 stars 0 forks source link

Feature: Database Caching #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Re-architect AmpacheServer class to make use of SQL database caching. 
Should vastly improve performance/save on battery life/ect ect...

Trickiness will come with re-syncing and handling stale data on the device.

Original issue reported on code.google.com by bjgeiser@gmail.com on 15 Sep 2009 at 8:07

GoogleCodeExporter commented 9 years ago

Original comment by bjgeiser@gmail.com on 20 Oct 2009 at 5:05

GoogleCodeExporter commented 9 years ago
That would be nice. It seems such a shame to re-load all the albums & artist 
each time.

I wonder if you could :
 - add an option to only refresh album & artist list on demand?
 - check the count of albums and artist on the server with a simple SQL query...if the 
count matches what's on the pre, read the list from the SQL db on the pre.

Original comment by frank.wi...@gmail.com on 29 Nov 2009 at 8:34

GoogleCodeExporter commented 9 years ago

Original comment by bjgeiser@gmail.com on 7 Apr 2010 at 5:24

GoogleCodeExporter commented 9 years ago

Original comment by bjgeiser@gmail.com on 12 Apr 2010 at 11:47