资 源 简 介
Yet another database... Why?
DBs are nice things but they tend to become unmanageable. A standard RDBMs offer billion of features but applications often use 0.1% of these. In too many cases the application looks for a place where to store some datas. The application often does not take any advantage from the relational complexity provided by the database. The application needs only to store some data and retrieve it later in the fastest and reliable way. And they need transactions. For all these reasons many applications are moving from (old) RDBMs to memcache/not relational dbs.
Is CrappyDB a non relational DB?
Yes it is. CrappyDB exposes a memcache server interface (as access layer) but it stores persistently all data it receives.
So is this a memcache server?
Not really, even if it can be. CrappyDB defines a key/va