2011/8/9 Jaco Breitenbach <jjbreitenb...@gmail.com>:
> I am building an application that filters out duplicate input data by
> generating an MD5 hash of each input, and implicitly comparing that against
> a set of keys already stored in the SQLite database by doing an insert into
> a unique-indexed table.  If the insert fails, a duplicate is assumed,
> otherwise the new unique key is stored, and the input processed.
> Jaco

Try Kyoto Cabinet or LevelDB.
-- 
Kit
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to