Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Foundationdb is no longer supported anymore? #282

Open
Lixinran1826 opened this issue Jun 6, 2023 · 3 comments
Open

Foundationdb is no longer supported anymore? #282

Lixinran1826 opened this issue Jun 6, 2023 · 3 comments

Comments

@Lixinran1826
Copy link

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?

@logo306142054
Copy link

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

@dbsid
Copy link
Collaborator

dbsid commented Jun 12, 2023

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?

@logo306142054
Copy link

@dbsid the latest code has imported the foundationdb library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants