hydro-project / anna

A low-latency, cloud-native KVS
Apache License 2.0
702 stars 106 forks source link

Anna performance #28

Closed catherine917 closed 4 years ago

catherine917 commented 4 years ago

Hello, I know Anna offers world-beating speed at many scales. To get down the details, I wanted to benchmark anna against Redis with YCSB. But I didn't find Anna's adapter in YCSB. Therefore, I was wondering how to connect to Anna using YCSB? Is there any documentation or package about it?

Best Regards

vsreekanti commented 4 years ago

Hi @catherine917 -- thanks for your question. Our YCSB-style workload generator can be found here, where we generate read-modify-write operations for keys drawn from a Zipfian distribution.

catherine917 commented 4 years ago

Thanks @vsreekanti