Reply To: Use 1586 or 1696, nothing in between

#14248
Anonymous
Inactive

Thanks for the tips. I read some previous threads and saw information about indexing the database by artist by doing

sqlite> create index idx_artist on songs(artist);

in sqlite (actually using sqlite3). I’ve done that, but I’m wondering if there is also a way to create a similar index that would help load a large playlist. I’ll admit that I don’t really understand the database organization here, so it’s not clear to me what the right sort of index (if any) would be.

Given the slow CPU and small amount of memory (32 MB) in my NAS, I may just be out of luck, but let me know what you think.

Thanks in advance for any clarifications.