go-ycsb
go-ycsb copied to clipboard
Foundationdb is no longer supported anymore?
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?
add a new import _ "github.com/pingcap/go-ycsb/db/foundationdb" to register FoundationDB database in the file cmd/go-ycsb/main.go
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 the latest code has imported the foundationdb library