简体   繁体   中英

Is there any general framework to test In-Memory databases

I have to test and benchmark with few In-Memory databases like hazelcast, gridgain,redis. Is there any common utility for such thing which provide 1) Loading data into it 2) Check SQL Support 3) Transaction Support 4) ACID property support

So that for each In-Memory database I have to just write adapter classes for these module

You can have a look at to the Yahoo! Cloud Serving Benchmark [1] and RadarGun [2].

[1] - https://github.com/brianfrankcooper/YCSB/

[2] - https://github.com/radargun/radargun

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM