2010/11/3 Jay A. Kreibich <[email protected]> > > 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 [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

