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

support rocksdb multi-get #1682

Merged
merged 1 commit into from
Dec 21, 2021
Merged

support rocksdb multi-get #1682

merged 1 commit into from
Dec 21, 2021

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Dec 9, 2021

Change-Id: I5e3f67e46c29bacd55794547f08a63d8832020fb

@codecov
Copy link

codecov bot commented Dec 9, 2021

Codecov Report

Merging #1682 (9388b5f) into master (83180fb) will increase coverage by 2.35%.
The diff coverage is 66.03%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1682      +/-   ##
============================================
+ Coverage     64.40%   66.76%   +2.35%     
- Complexity     6897     7055     +158     
============================================
  Files           421      420       -1     
  Lines         34675    34714      +39     
  Branches       4803     4814      +11     
============================================
+ Hits          22334    23178     +844     
+ Misses        10058     9195     -863     
- Partials       2283     2341      +58     
Impacted Files Coverage Δ
...gegraph/backend/store/rocksdb/RocksDBSessions.java 100.00% <ø> (ø)
...h/backend/store/rocksdbsst/RocksDBSstSessions.java 46.09% <0.00%> (-0.74%) ⬇️
.../hugegraph/backend/store/rocksdb/RocksDBTable.java 68.08% <41.66%> (-2.91%) ⬇️
...raph/backend/store/rocksdb/RocksDBStdSessions.java 74.37% <76.31%> (+0.08%) ⬆️
...hugegraph/backend/store/rocksdb/RocksDBTables.java 73.37% <100.00%> (+0.17%) ⬆️
...om/baidu/hugegraph/backend/query/QueryResults.java 70.09% <0.00%> (-1.34%) ⬇️
.../com/baidu/hugegraph/type/define/SchemaStatus.java 80.00% <0.00%> (-0.96%) ⬇️
...java/com/baidu/hugegraph/schema/SchemaElement.java 77.14% <0.00%> (-0.33%) ⬇️
...c/main/java/com/baidu/hugegraph/util/LockUtil.java 84.93% <0.00%> (-0.21%) ⬇️
...in/java/com/baidu/hugegraph/StandardHugeGraph.java 68.47% <0.00%> (-0.20%) ⬇️
... and 37 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 83180fb...9388b5f. Read the comment docs.

Change-Id: I5e3f67e46c29bacd55794547f08a63d8832020fb
@imbajin imbajin merged commit 68e3467 into master Dec 21, 2021
@imbajin imbajin deleted the rocksdb-multi-get branch December 21, 2021 10:18
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.

None yet

3 participants