Quote:
Originally Posted by knc1
@mobusr: In addition to NiLuJe's reply directly above - -
The collections catalog is stored in a high level database.
The application using a high level database has very little (usually none) control over how it does its underlying I.O.
The Amazon build of sqlite3 **should** already be as optimized as it can be in regards to I.O. to flash storage.
And if it isn't, we can't do much about that. 
|
what about making sqlite3 db on the PC and than just syncing it to the kindle?
Quote:
Since the initial creation of a large collections catalog is a "one time" operation - -
I think we (the users) will just have to put up with its creation time.
|
Only if there is a mechanizm of updating existing db with new directories structures or updated directories. If you update directories you've got to check whole db to make sure nothing changed / deleted.