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

refactor: use rocksdb_wrapper to reimplement batch operations #678

Merged
merged 10 commits into from
Jan 11, 2021

Conversation

levy5307
Copy link
Contributor

@levy5307 levy5307 commented Jan 9, 2021

What problem does this PR solve?

use rocksdb_wrapper to reimplement batch operations

What is changed and how it works?

Check List

Tests

  • Manual test (add detailed scripts or steps below)
>>> use temp
OK
>>> set a c b
OK

app_id          : 2
partition_index : 4
decree          : 4
server          : 10.232.55.210:34802
>>> get a c 
"b"

app_id          : 2
partition_index : 4
server          : 10.232.55.210:34802
>>> del a c 
OK

app_id          : 2
partition_index : 4
decree          : 31
server          : 10.232.55.210:34802
>>> get a c 
Not found

app_id          : 2
partition_index : 4
server          : 10.232.55.210:34802

@levy5307 levy5307 marked this pull request as draft January 9, 2021 09:36
@levy5307 levy5307 marked this pull request as ready for review January 11, 2021 06:33
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

Successfully merging this pull request may close these issues.

3 participants