go-ycsb icon indicating copy to clipboard operation
go-ycsb copied to clipboard

Foundationdb is no longer supported anymore?

Open Lixinran1826 opened this issue 2 years ago • 3 comments

I'm trying to test foundationdb performance with go-ycsb, and receive this error: foundationdb is not registered. Does this mean that ycsb no longer supports foundationdb?

Lixinran1826 avatar Jun 06 '23 05:06 Lixinran1826

add a new import _ "github.com/pingcap/go-ycsb/db/foundationdb" to register FoundationDB database in the file cmd/go-ycsb/main.go

logo306142054 avatar Jun 09 '23 06:06 logo306142054

add a new import _ "github.com/pingcap/go-ycsb/db/foundationdb" to register FoundationDB database in the file cmd/go-ycsb/main.go

could you submit a PR to fix this issue?

dbsid avatar Jun 12 '23 14:06 dbsid

@dbsid the latest code has imported the foundationdb library

logo306142054 avatar Jun 14 '23 11:06 logo306142054