2010/11/3 Jay A. Kreibich <j...@kreibi.ch>
>
>  Why not just use an off-the-self hash cache, like memcached, or an
>  off-the-self hash database, like Redis?  Redis even supports an
>  Append-Only write mode (e.g. WAL-ish journal mode).
>

How about power fail or OS crash? As I know, Redis does not garantees the
data safety. And I think SQLite in-memory database is faster. I use
in-memory SQLite DB and dump (full or incrementally) periodically the DB on
disk and restore from disk on startup.

-- 
Best regards, Alexey Pechnikov.
http://pechnikov.tel/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to