Skip to content

Instantly share code, notes, and snippets.

@tylerflint
Created March 21, 2014 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tylerflint/9688396 to your computer and use it in GitHub Desktop.
Save tylerflint/9688396 to your computer and use it in GitHub Desktop.
sample cuttlefish config file with hanoidb snippet
## hanoidb database directory
hanoidb.db_path = ./data/hanoidb
## Enable/disable on-disk compression.
hanoidb.compress = none
## Expire (automatically delete) entries after N seconds.
## When this value is 0 (zero), entries never expire.
hanoidb.expiry_secs = 0
## Sync strategy `none' only syncs every time the
## nursery runs full, which is currently hard coded
## to be evert 256 inserts or deletes.
## Sync strategy `sync' will sync the nursery log
## for every insert or delete operation.
## hanoidb.sync_strategy = none
## The page size is a minimum page size, when a page fills
## up to beyond this size, it is written to disk.
## Compression applies to such units of page size.
## hanoidb.page_size = 8192
## Read/write buffer sizes apply to merge processes.
## A merge process has two read buffers and a write
## buffer, and there is a merge process *per level* in
## the database.
hanoidb.write_buffer_size = 512KB
hanoidb.read_buffer_size = 512KB
## The merge strategy is one of `fast' or `predictable'.
## Both have same log2(N) worst case, but `fast' is
## sometimes faster; yielding latency fluctuations.
hanoidb.merge_strategy = fast
@Favorwilliams
Copy link

My Pleasure to write you,
My name is Favor Williams,
My email address is
( Favor24@live.com)
Am interested to know
more about you,
Contact me for my
photo and other
important issue via,

Favor24@live.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment