Quote:
Originally Posted by mobusr
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.