Is there a simply way to dump a tokyocabinet in-memory database to a file? I didn't find anything about it in the tokyo documentation. Does anyone know another nosql database that provide with this kind of thing? I'm looking for a very efficient in memory hashtable database, able to insert about 80000 records/sec. Dump to file would occur every 10 seconds.
Thanks