brianfrankcooper / YCSB

Yahoo! Cloud Serving Benchmark
Apache License 2.0
4.9k stars 2.22k forks source link

Implement YCSB client for YDB #1639

Closed eivanov89 closed 1 year ago

eivanov89 commented 2 years 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.