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

Basic test on replicating RocksDB - lack of documentation #399

Open
yigalk89 opened this issue Oct 26, 2020 · 1 comment
Open

Basic test on replicating RocksDB - lack of documentation #399

yigalk89 opened this issue Oct 26, 2020 · 1 comment

Comments

@yigalk89
Copy link

Hey,
So I have a basic test that measures rates of insert and get keys from RocksDB, as part of internal tests to use RocksDB and rocksplicator for a project.
Now that I have the throughput for one RocksDB instance I'm trying to have another instance of RocksDB so we can increase the throughput.
I'm not sure what API should I use for it, I tried to follow the counter_service example, but there wasn't many comments on what does any of the part is doing. Nor which client should I use if I have a counter service up and running.
Hope you have some piece of information you could point me to.

@newpoo
Copy link
Contributor

newpoo commented Oct 28, 2020

Hi, can you please take a look at this for how to manually create a cluster.

This is a c++ example for client.

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

2 participants