Skip to content

Instantly share code, notes, and snippets.

@DikangGu
Created April 18, 2017 17:42
Show Gist options
  • Save DikangGu/3f22be2aa83c1f200905c399f4cbe0af to your computer and use it in GitHub Desktop.
Save DikangGu/3f22be2aa83c1f200905c399f4cbe0af to your computer and use it in GitHub Desktop.
Cassandra:
Results:
Op rate : 409,767 op/s [insert: 273,166 op/s, singlepost: 136,601 op/s]
Partition rate : 409,767 pk/s [insert: 273,166 pk/s, singlepost: 136,601 pk/s]
Row rate : 409,767 row/s [insert: 273,166 row/s, singlepost: 136,601 row/s]
Latency mean : 0.2 ms [insert: 0.2 ms, singlepost: 0.3 ms]
Latency median : 0.2 ms [insert: 0.2 ms, singlepost: 0.2 ms]
Latency 95th percentile : 0.3 ms [insert: 0.3 ms, singlepost: 0.3 ms]
Latency 99th percentile : 0.5 ms [insert: 0.4 ms, singlepost: 0.5 ms]
Latency 99.9th percentile : 1.0 ms [insert: 1.0 ms, singlepost: 1.1 ms]
Latency max : 4215.3 ms [insert: 4,215.3 ms, singlepost: 450.6 ms]
Total partitions : 2,950,321,957 [insert: 1,966,793,680, singlepost: 983,528,277]
Total errors : 0 [insert: 0, singlepost: 0]
Total GC count : 0
Total GC memory : 0.000 KiB
Total GC time : 0.0 seconds
Avg GC time : NaN ms
StdDev GC time : 0.0 ms
Total operation time : 02:00:00
RocksDB:
Results:
Op rate : 277,664 op/s [insert: 185,109 op/s, singlepost: 92,555 op/s]
Partition rate : 277,664 pk/s [insert: 185,109 pk/s, singlepost: 92,555 pk/s]
Row rate : 277,664 row/s [insert: 185,109 row/s, singlepost: 92,555 row/s]
Latency mean : 0.4 ms [insert: 0.4 ms, singlepost: 0.2 ms]
Latency median : 0.4 ms [insert: 0.4 ms, singlepost: 0.2 ms]
Latency 95th percentile : 0.6 ms [insert: 0.6 ms, singlepost: 0.3 ms]
Latency 99th percentile : 0.7 ms [insert: 0.7 ms, singlepost: 0.3 ms]
Latency 99.9th percentile : 1.2 ms [insert: 1.4 ms, singlepost: 0.6 ms]
Latency max : 4003.5 ms [insert: 4,003.5 ms, singlepost: 199.5 ms]
Total partitions : 1,999,180,372 [insert: 1,332,781,622, singlepost: 666,398,750]
Total errors : 0 [insert: 0, singlepost: 0]
Total GC count : 0
Total GC memory : 0.000 KiB
Total GC time : 0.0 seconds
Avg GC time : NaN ms
StdDev GC time : 0.0 ms
Total operation time : 02:00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment