Skip to content

A benchmark to measure the throughput of 'counter' operation for NoSQL system.

Notifications You must be signed in to change notification settings

yongkun/nosql-counter-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Counter is an important function in NoSQL systems like Apache Cassandra. Counter can be used to count the activities in real-time, such as 'tweet it' by Twitter, 'like' by Facebook, '+1' by Google+. Therefore, the performance of Counter operation is a good indicator for NoSQL systems. YCSB (Yahoo Cloud Service Benchmark) doesn't provide this benchmark.

The following aspects are measured:

  1. single row or different row
  2. percentage of new/old counters
  3. batch size
  4. single thread or multi-threading

About

A benchmark to measure the throughput of 'counter' operation for NoSQL system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published