I'm trying to compare the performance of NoSql databases Redis,Cassandra and MongoDB. i'm using jedis in java to create and read records.Now I'm inserting 10 Million records and use java System.currentTimeMillis() to get the time before and after read/write to get the time taken.Is there any other methods to get the exact time taken for these operations ?
Asked
Active
Viewed 621 times
1 Answers
0
You can use YSCB for performance benchmarks for various NoSQLs.
A few helpful links :

Chhavi Gangwal
- 1,166
- 9
- 13