goleveldb icon indicating copy to clipboard operation
goleveldb copied to clipboard

How to test goleveldb by using ycsb? 🆘

Open zhangkanqi opened this issue 4 years ago • 1 comments

Now I have done "go get github.com/syndtr/goleveldb/leveldb",and I need use ycsb to test goleveldb. But ycsb don't support goleveldb, so I need to rewrite the code of ycsb. Unfortunately, I have no idea how to rewrite code, could someone help me? !🆘

zhangkanqi avatar Nov 06 '20 03:11 zhangkanqi

https://github.com/pingcap/go-ycsb, you can use go-ycsb to test goleveldb, for client you can refer to badger within go-ycsb

oneSapling avatar Jan 21 '22 11:01 oneSapling