Database

Couchbase – distributed key-value database management system

Couchbase is an open source distributed key-value database management system using the memcached protocol, optimized for storing data behind interactive Web applications. It is ideally suited for applications that require predictable, low-latency, random access to data with high sustained throughput.

Couchbase automatically spreads data and I/O across servers. This “scale out” approach at the data layer permits virtually unlimited growth of transaction capacity, with linear increases in cost and constant per-operation performance. Couchbase processes both read and write operations with low, quasi-deterministic (sub-millisecond) latency and high sustained throughput. Couchbase maintains its performance characteristics across the entire scaling spectrum: from a single server running Couchbase to a cluster aggregating thousands of Couchbase servers.

Couchbase is in production behind thousands of applications, from shared-server deployments at Heroku to dedicated Couchbase clusters with hundreds of servers at Zynga and NHN. It is used by the vast majority of the most popular websites including Google, Facebook, YouTube, and Twitter, as well as by make social gaming sites.

Key Features

  • Persistence:
    • Asynchronously writes data to disk after acknowledging write to client.
      • Tunables to define item ages that affect when data is persisted.
    • Supports working set greater than a memory quota per “node” or “bucket”:
      • Tunables to affect how max memory and migration from main-memory to disk is handled.
    • Configurable “tap” interface: External systems can subscribe to filtered data streams – supporting, for example, full text search indexing, data analytics or archiving.
  • Replication and failover:
    • Multi-model replication support: Peer-to-peer replication support with underlying architecture supporting master-slave replication.
    • Configurable replication count: Balance resource utilization with availability requirements.
    • High-speed failover: Fast failover to replicated items based upon request.
    • vBucket (currently it supports up to 4096) which contains or owns a subset of the key space, each which can be configured independently.
  • Scalability / Performance:
    • Distributed object store: Easily store and retrieve large volumes of data from any application, using any language or application framework.
    • Dynamic cluster resizing and rebalancing: Effortlessly grow or shrink a membase cluster, adapting to changing data management requirements of an application.
    • Guaranteed data consistency: Never grapple with consistency issues in your application – no quorum reads required.
    • High sustained throughput.
    • Low, predictable latency providing predictable performance. When operating out of memory, most operations occur in far less than 1 ms (with gigabit Ethernet).
    • Auto-migration of hot data to lowest latency storage technology (RAM, SSD, disk); multi-threaded.
  • Supports two main protocols: Classic ASCII, and a newer binary.
  • Returns data with sub-millisecond latency.
  • Fully compatible with Memcached.

Website: developer.couchbase.com
Support:
Developer: Couchbase, Inc.
License: BSL License

Couchbase is written in C++, Erlang, C, and Go. Learn C++ with our recommended free books and free tutorials. Learn Erlang with our recommended free books and free tutorials. Learn C with our recommended free books and free tutorials. Learn Go with our recommended free books and free tutorials.


Related Software

Caching Systems
RedisPersistent key-value database with network interface
MemcachedHigh-performance distributed memory object caching system
HazelcastDistributed in-memory data store and computation platform
Apache IgniteDistributed database, caching and processing platform
EhcacheStandards based pure Java in-process cache
Java Caching SystemDistributed caching system written in Java
CouchbaseDistributed key-value database management system
yrmcdsLRU cache library and key-value server
CachelotMemory object caching system with master/slave replication

Read our verdict in the software roundup.

Document-Oriented Databases
CouchbaseDistributed key-value database management system
CouchDBScalable, fault-tolerant, and schema-free written in Erlang
ArangoDBNative multi-model database
eXist-dbDatabase management system entirely built on XML technology
RethinkDBScalable database built for realtime applications
BaseXXML database engine
OrientDBDocument Database with support of ACID Transactions, SQL and Native Queries
AerospikeKey-Value Store and high performance real-time NoSQL (flex-schema) database
RavenDBFully-transactional NoSQL ACID database
JackrabbitOpen-source content repository for Java
TerminusDBKnowledge graph and document store
CrateDBDistributed SQL database management

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments