stefan-kolb / nucleus

Platform as a Service API abstraction layer.
MIT License
28 stars 0 forks source link

Use only one KV-Store for both Win and Unix #65

Closed stefan-kolb closed 8 years ago

stefan-kolb commented 9 years ago

Any replacements can be configured as long as they can be used via the moneta interface.

stefan-kolb commented 9 years ago

@croeck Any rationale why we don't only use LMDB as default?

croeck commented 9 years ago

Nothing important I guess. As you probably know I started with Daybreak and used LMDB as fallback on windows. LMDB should be somewhat slower, but still fast enough for our purpose :smiley: