brianfrankcooper / YCSB

Yahoo! Cloud Serving Benchmark
Apache License 2.0
4.94k stars 2.24k forks source link

Implement YCSB client for YDB #1653

Closed eivanov89 closed 1 year ago

eivanov89 commented 1 year ago

Hi,

YDB is an open-source Distributed SQL Database that combines high availability and scalability with strict consistency and ACID transactions. We have implemented YCSB client for YDB to measure our performance. We would like to merge upstream this client to make it available from original YCSB. Thanks in advance.