>> You also need to sync facts, and cards should either be synced
>> separately (the current case) or synced as part of a fact, not the
>> other way around, or you duplicate information. Then there is deck
>> metadata like revision history that needs to be synced too.
> Then we can use fact and related cards as a minimal amount of data.
> deck metadata is tiny and shouldn't create any problems.

Processing single facts at a time will be memory efficient but very
slow. A more intelligent solution would be to place an upper bound on
the number of facts processed at once.

> It's stored in pickle object in Mnemosyne 1.1 and in the SQLite in
> development version (2.0).

As Peter mentions further down, it's stored in a text file at the
moment. This is a foolproof method of storage, but does not facilitate
quick access. Anki keeps it in SQL for, among other tihngs, generating
various graphs.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mnemosyne-proj-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to