Reply To: NSLU performance

#8739
uncleremus
Participant

@rpedde wrote:


$ sqlite /opt/var/mt-daapd/songs.db
sqlite> create index idx_artist on songs(artist)

That should build the index, and it should use that index when doing browses by artist.

— Ron

And now, when I want to rebuild this structure because I’ve added a lot songs, how do I update this?