|
Tokyocabinet
Using Tokyocabinet as the backend.
IntroductionTokyocabinet can be used to store more data in a Scalaris node than would fit into its main memory. Note: you don't get persistence!!! DB files are truncated on first access!!! PrerequisitesYou will need: Switching to toke
./configure --enable-toke=/home/scalaris/apps/toke/ -define(DB, db_toke). %-define(DB, db_ets). make The database files are currently stored in the data sub-directory. Each node creates its own sub-directory and each scalaris node will have a different file. The path can be changed in scalaris.cfg with the db_directory option. |
► Sign in to add a comment