Apache CouchDB 1.6.0 Released
Written by Kay Ewbank   
Thursday, 19 June 2014

The Apache Software Foundation (ASF) has announced Apache CouchDB 1.6 is now available for download.

 

CouchDB is Apache’s web database that supports JSON documents, HTTP access, JavaScript queries and MapReduce Indexes.

apachecouchdbbanner

 

Features of CouchDB include on-the-fly document transformation and real-time change notifications. CouchDB is highly available and partition tolerant, but is also eventually consistent.

The CouchDB document update model is lockless and optimistic. Document edits are made by client applications loading documents, applying changes, and saving them back to the database. If another client editing the same document saves their changes first, the client gets an edit conflict error on save. To resolve the update conflict, the latest document version can be opened, the edits reapplied and the update tried again.

CouchDB 1.6.0 is a feature release where the most obvious change is to the experimental new web user interface (Fauxton). Fauxton is planned replacement for Futon, CouchDB's Web-based administration console. It takes a more modular approach than Futon. Among the improvements in this release are switching the code editor from CodeMirror to Ace as well as better support for various browsers.

CouchDB also adds support for Erlang/OTP 17. There have been changes to improve replication speed for large documents and attachments, and to improve performance of multipart/related requests. Replication can now be performed without having write access to the source database, and the replication checkpoint interval can now be configured. A list of the main changes can be found on the CouchDB blog.

couchdbsq

 

More Information

Apache CouchDB 1.6.0 Released

Download Apache CouchDB

Related Articles

Faster Apache CouchDB

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

Banner


Pico 2W Announced But There Is A Surprise!
25/11/2024

Raspberry Pi released the Pico 2 a few months ago and we have been waiting for the Pico 2W since then. But Pimoroni beat them to the draw with the Pico Plus 2W based on the RM2 radio module and hinted [ ... ]



Sequin - Open Source Message Stream Built On Postgres
31/10/2024

Sequin is a tool for capturing changes and streaming data out of your Postgres database, guaranteeing exactly once processing. What does that mean?


More News

espbook

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Thursday, 19 June 2014 )