Skip to content

mehditeymorian/cache-compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cache Databases Comparison

This is an application that can perform set, get, and delete key-value operation for 3 different cache database including Redis, MongoDB, and TiKV. The end goal is to compare these databases to see how they perform against large number of requests. Load test is done using Apache Benchmark from within the cluster using ab-test.

Result of Load Testing

Load test is done by sending 10k request with 2 different concurrency rate. Connection time, Processing time, Waiting time, and total time is compared for databases.

Result of Load Test with concurrency rate of 100

load test c100

Result of Load Test with concurrency rate of 1000

load test c1000

About

Comparing different cache databases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published