Every so often, users looking to run Couchbase Server in production will ask about Couchbase Server performance as well as results of response time and throughput for typical workloads. Recently Cisco and Solarflare published a whitepaper presenting the results of a benchmark they executed in the Cisco Labs using Couchbase Server as the NoSQL database. While the benchmark was designed specifically to demonstrate the benefits of 10Gig Ethernet as well as kernel level optimizations, it also demonstrates some key Couchbase Server strengths that our customers have come to love and rely on for their production deployments. This blog highlights some additional details and insights gained from that benchmarking exercise.

The benchmark ran two sets of tests, both with a mixed workload with 70% reads and 30% writes. In the first test, the size of the document stored varied from 128 bytes to 16KB and the average latency across read and write operations was measured end to end (client to database server and back) for different networking setups.

Chart 1 below shows the results and demonstrates that Couchbase Server is ridiculously fast with microsecond responses even on a 1Gig Ethernet and document size of 16KB. Latency was less than 200 μsec using a 10Gig Ethernet for documents of all sizes and less than 500 μsec for all cases. But more importantly, it demonstrates consistent and predictable latency (Flat latency graph on 10GigE while larger documents take slightly more time to transfer on a 1GigE network). This key aspect plays an important role in the user experience of web applications.

Benchmark-blog-Chart1

Chart 1

In the second test, the average throughput was measured as nodes were added to the Couchbase cluster, from 1 node to 5 nodes.

Benchmark-blog-Chart2

Chart 2

In Chart 2 above, you can see that even with just 4 nodes, throughput is nearly 1.15 million operations per second. About 1.4 GB per second of data is actually being transferred between the database server and client.  High write throughput is seen even with significant sized 1KB documents. While high throughput may be a requirement for some applications, this test also showed linear throughput as more servers are added to the cluster:  0.62 million ops / sec with 2 nodes and 1.15 million ops / sec with 4 nodes.

You may wonder how this level of database performance is achievable. At the heart of it is the Couchbase Server architecture and design:

  1. A shared nothing architecture where all nodes are identical and independent enables linear scalability
  2. Keys are auto-sharded across the cluster and evenly distributed whether the cluster has 1 node or 8 nodes.
  3. Low granularity of Couchbase locks and minimal contention enabling high write throughput
  4. Reads happen independent of writes and concurrently, enabling high read throughput independent of the number of writes
  5. Built-in managed caching tier enables consistent low latency responses

I’ve included some additional details below on the Couchbase Server configuration for the benchmark. I hope you found this blog helpful, and I encourage you to download Couchbase Server to see if it’s a good fit for your web application.

Other Notes

Here are some additional details on the benchmark setup:

Eight nodes running Couchbase Server 1.8.0 were used as NoSQL database servers, and one node was used to run the tests. Couchbase Server was configured with one replica. One server was used as the client to run the workload. The workload generator used for the test was mcsoda open sourced streaming load generator with a mix of GET and SET operations in the 70:30 ratio.

More information about the workload generator can be found here.

Author

Posted by Dipti Borkar, Sr. Director of Solutions Engineering, Couchbase

Dipti Borkar is a Sr. Director of Solutions Engineering at Couchbase. Dipti Manages and creates on the go-to-market strategy for Industry based selling leading to highly customized sales efforts to reduce length of qualification cycles (by up to 6 weeks) with focused lead targeting

7 Comments

  1. awesome results

  2. are there any write operation performance benchmark result?

    1. Matt Ingenthron October 6, 2012 at 7:13 pm

      You may want to look at the recent YCSB benchmark results as posted with CouchConf San Francisco.

      1. Any link for the benchmark results?

  3. I like the sentence \”Couchbase Server is ridiculously fast\”, thanks for the interesting post!

  4. […] with writes or would you rather hand over logging responsibility to a database that can handle tens-if-not-hundreds of thousands of operations per second on a single node.  OK, hopefully you’re application isn’t […]

Leave a reply