-
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 document 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
- KiwiDB requires zero installation, zero configuration, zero upgrading, zero deployment
- KiwiDB works great and seamless in TDD
How do I manage 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?