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

optimize query perf #1711

Merged
merged 5 commits into from
Dec 28, 2021
Merged

optimize query perf #1711

merged 5 commits into from
Dec 28, 2021

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Dec 27, 2021

No description provided.

Change-Id: I711a9c498c688ce31f6df5973b68027a69b063fa
Change-Id: I26f552ab4c698a46bc0067020e9278fd5bde59ad
Change-Id: I7f4c2d4bd740aa1440cc66c6765af7d2f7030481
@codecov
Copy link

codecov bot commented Dec 27, 2021

Codecov Report

Merging #1711 (c690070) into master (1d031c5) will increase coverage by 0.00%.
The diff coverage is 59.70%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1711   +/-   ##
=========================================
  Coverage     66.91%   66.91%           
- Complexity     7102     7110    +8     
=========================================
  Files           423      423           
  Lines         35528    35590   +62     
  Branches       4944     4959   +15     
=========================================
+ Hits          23773    23815   +42     
- Misses         9365     9376   +11     
- Partials       2390     2399    +9     
Impacted Files Coverage Δ
...hugegraph/backend/serializer/BinarySerializer.java 85.44% <0.00%> (ø)
.../hugegraph/backend/serializer/TableSerializer.java 87.60% <0.00%> (ø)
...om/baidu/hugegraph/backend/store/BackendTable.java 84.66% <0.00%> (ø)
...u/hugegraph/traversal/optimize/HugeVertexStep.java 75.00% <0.00%> (ø)
...hugegraph/backend/store/rocksdb/RocksDBTables.java 74.37% <0.00%> (ø)
...om/baidu/hugegraph/backend/query/QueryResults.java 61.98% <6.66%> (-8.11%) ⬇️
...u/hugegraph/backend/tx/SchemaIndexTransaction.java 79.54% <25.00%> (ø)
.../java/com/baidu/hugegraph/api/graph/VertexAPI.java 35.46% <50.00%> (+0.09%) ⬆️
...om/baidu/hugegraph/backend/store/ram/RamTable.java 66.77% <50.00%> (ø)
.../hugegraph/backend/store/rocksdb/RocksDBTable.java 67.83% <50.00%> (-0.26%) ⬇️
... and 21 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 1d031c5...c690070. Read the comment docs.

Change-Id: Ia5f4fc8951a213ea0762823cecd4d7613c753306
Change-Id: I2bd079a9e59017d6c68defa1d1f2a73dc8396518
@javeme javeme merged commit 26413a8 into master Dec 28, 2021
@javeme javeme deleted the query-perf0 branch December 28, 2021 11:21
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