View Single Post
Old 09-21-2014, 10:20 AM   #85
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by mobusr View Post
what about making sqlite3 db on the PC and than just syncing it to the kindle?
If you truely mean 'sync' then nothing is changed, your relying on the sqlite I.O. limitations.

If you mean copying the database file in its entirety -
That would make it possible to control the low-level I.O. during the copy application.
But that opens a whole new level of complexity -
That database file might be "open" by various applications.

All uses of the "deleted" copy would have to be forced closed before the actual underlying storage was released and the new copy was used.
A system re-start would almost certainly be required.

- - - -

The combination of Librarian and LibrarianSync in combination with Calibre should already handle partial updates.
knc1 is offline   Reply With Quote