paulhoule / tentacruel

MIT License
0 stars 0 forks source link

Cache Large Result Sets #9

Open paulhoule opened 5 years ago

paulhoule commented 5 years ago

If we ask the system for "All Artists" or "All Folders" it could take 1 + seconds for the results to come back which is unacceptable (the way I see it.) To avoid this we could cache this information, possibly fixing it after the fact if we find it has changed.