By admin on July 15, 2009

CouchDB is a document database server having a flat address space. It is schema-free and ad-hoc but incorporates bi-directional management and conflict detection. There is no relational database, nor does it perform as a replacement for the same. The language uses JavaScript and options to query and index are available. It does not function as a seamless persistence layer for an OO programme language as there is no connection to an object oriented database. The reporting engine is table-oriented and the format is distributed, with incremental replication that is extremely robust …
Posted in Data, Technology | Tagged couchdb, Data, distributed, document database, Scheme-free, Technology