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

Split label index table #635

Merged
merged 4 commits into from
Aug 19, 2019
Merged

Split label index table #635

merged 4 commits into from
Aug 19, 2019

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Aug 9, 2019

implement #536

Change-Id: Ib01929b7b572e1c9c6bf1d9458c13290364b43db

implement #536

Change-Id: Ib01929b7b572e1c9c6bf1d9458c13290364b43db
Change-Id: I8b37b5f16c395275b58acc1613e4f98a1a9f3ea5
Change-Id: Ie65880efb2f4d1f194aa760ccb20e127a63ea69f
Change-Id: I4d1b81b1985f53c01d81392908689bbdbb7d8e32
@codecov
Copy link

codecov bot commented Aug 9, 2019

Codecov Report

Merging #635 into master will increase coverage by 2.72%.
The diff coverage is 89.83%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #635      +/-   ##
============================================
+ Coverage     69.46%   72.18%   +2.72%     
- Complexity     3629     3740     +111     
============================================
  Files           218      218              
  Lines         17296    17326      +30     
  Branches       2437     2443       +6     
============================================
+ Hits          12014    12507     +493     
+ Misses         4050     3529     -521     
- Partials       1232     1290      +58
Impacted Files Coverage Δ Complexity Δ
...n/java/com/baidu/hugegraph/config/CoreOptions.java 98.64% <ø> (ø) 2 <0> (ø) ⬇️
...raph/backend/store/rocksdbsst/RocksDBSstStore.java 0% <0%> (ø) 0 <0> (ø) ⬇️
...graph/backend/store/cassandra/CassandraTables.java 86.09% <100%> (ø) 1 <0> (ø) ⬇️
.../hugegraph/backend/store/rocksdb/RocksDBStore.java 63.97% <100%> (-10.85%) 45 <0> (-9)
...hugegraph/backend/store/rocksdb/RocksDBTables.java 67.52% <100%> (+1.75%) 0 <0> (ø) ⬇️
...idu/hugegraph/backend/store/hbase/HbaseTables.java 88.23% <100%> (+88.23%) 0 <0> (ø) ⬇️
.../java/com/baidu/hugegraph/structure/HugeIndex.java 68.75% <100%> (+1.64%) 24 <3> (+2) ⬆️
...aidu/hugegraph/backend/store/hbase/HbaseStore.java 78.31% <100%> (+78.31%) 29 <0> (+29) ⬆️
...idu/hugegraph/backend/store/mysql/MysqlTables.java 88.5% <100%> (ø) 1 <0> (ø) ⬇️
...du/hugegraph/backend/tx/GraphIndexTransaction.java 80.35% <100%> (+0.05%) 166 <0> (ø) ⬇️
... and 19 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 78f361a...6a66761. Read the comment docs.

@zhoney zhoney merged commit 2147625 into master Aug 19, 2019
@zhoney zhoney deleted the split-index-label-table branch August 19, 2019 03:29
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