Anki/anki/importing
Damien Elmes 4302306fe9 use a checksum for field values; fixed import->update number
Previously we had an index on the value field, which was very expensive for
long fields. Instead we use a separate column and take the first 8 characters
of the field value's md5sum, and index that. In decks with lots of text in
fields, it can cut the deck size by 30% or more, and many decks improve by
10-20%. Decks with only a few characters in fields may increase in size
slightly, but this is offset by the fact that we only generate a checksum for
fields that have uniqueness checking on.

Also, fixed import->update reporting the total # of available facts instead of
the number of facts that were imported.
2011-04-28 09:21:06 +09:00
..
__init__.py use a checksum for field values; fixed import->update number 2011-04-28 09:21:06 +09:00
anki10.py don't backup when importing / saving as 2010-02-20 10:03:39 +09:00
csvfile.py support tags: at the top of file to import; fix comment stripping 2010-11-26 01:48:54 +09:00
dingsbums.py fix dingsbums tests 2010-01-23 06:42:02 +09:00
mnemosyne10.py more type handling updates; don't munge counts on sync 2010-11-13 18:39:24 +09:00
supermemo_xml.py SuperMemo import fix from Petr 2009-07-26 12:38:36 +09:00
wcu.py initial commit from hg 2008-09-27 23:50:03 +09:00