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

add conf entry jdbc.storage_engine to change storage engine #555

Merged
merged 7 commits into from
Jun 5, 2019

Conversation

wenzhenghu
Copy link
Contributor

default innodb, could change to rocksdb, but not myisam, as hugegraph will create large index that myisam could not support ("Specified key was too long; max key length is 1000 bytes")

@CLAassistant
Copy link

CLAassistant commented Jun 5, 2019

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Jun 5, 2019

Codecov Report

Merging #555 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #555      +/-   ##
============================================
+ Coverage     70.19%   70.21%   +0.01%     
- Complexity     3418     3419       +1     
============================================
  Files           216      216              
  Lines         16461    16465       +4     
  Branches       2351     2351              
============================================
+ Hits          11555    11561       +6     
- Misses         3650     3651       +1     
+ Partials       1256     1253       -3
Impacted Files Coverage Δ Complexity Δ
...raph/backend/store/postgresql/PostgresqlTable.java 96.72% <ø> (ø) 17 <0> (ø) ⬇️
...u/hugegraph/backend/store/mysql/MysqlSessions.java 70.9% <100%> (+0.78%) 18 <0> (+1) ⬆️
...du/hugegraph/backend/store/mysql/MysqlOptions.java 95.65% <100%> (+0.41%) 3 <0> (ø) ⬇️
...aidu/hugegraph/backend/store/mysql/MysqlTable.java 76.84% <100%> (+0.07%) 70 <1> (ø) ⬇️
...ain/java/com/baidu/hugegraph/task/TaskManager.java 60.86% <0%> (-4.35%) 10% <0%> (-1%)
...va/com/baidu/hugegraph/backend/cache/RamCache.java 72.54% <0%> (+0.39%) 45% <0%> (+1%) ⬆️
...du/hugegraph/backend/tx/GraphIndexTransaction.java 80% <0%> (+0.47%) 146% <0%> (ø) ⬇️

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 f3a3c35...4cb62c2. Read the comment docs.

@zhoney zhoney merged commit 033c387 into apache:master Jun 5, 2019
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.

5 participants