-
Notifications
You must be signed in to change notification settings - Fork 2
Home
jlarsson edited this page Sep 11, 2011
·
13 revisions
The hard facts:
- KiwiDB is an embedded Nosql database
- KiwiDB supports indices for fast lookup very much like MongoDB
- KiwiDB support fluent searches very much like MongoDB
- KiwiDB is failsafe very much like CouchDB
- KiwiDB can be accessed concurrently from any number of processes/threads
How do I put stuff in the database?
How do I find stuff in the database?
How do I manage performance using indices?
How do I manage an object model that varies with demands and over time?
How is performance?
How is performance?
How about consistency and safety?