-
Notifications
You must be signed in to change notification settings - Fork 521
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
Improve schema deletion by paging for large data #417
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zhoney
changed the title
mprove schema deletion by paging for large data
Improve schema deletion by paging for large data
Mar 28, 2019
zhoney
force-pushed
the
schema-delete-with-page
branch
from
March 29, 2019 02:17
682fc36
to
ea35cb1
Compare
Codecov Report
@@ Coverage Diff @@
## master #417 +/- ##
============================================
- Coverage 70.16% 70.15% -0.02%
- Complexity 3273 3280 +7
============================================
Files 208 208
Lines 16054 16081 +27
Branches 2301 2310 +9
============================================
+ Hits 11264 11281 +17
- Misses 3536 3549 +13
+ Partials 1254 1251 -3
Continue to review full report at Codecov.
|
zhoney
force-pushed
the
schema-delete-with-page
branch
3 times, most recently
from
March 31, 2019 06:42
ac5f481
to
a2e5f0f
Compare
javeme
requested changes
Apr 1, 2019
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/query/Query.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/tx/GraphTransaction.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/tx/GraphTransaction.java
Outdated
Show resolved
Hide resolved
zhoney
force-pushed
the
schema-delete-with-page
branch
2 times, most recently
from
April 1, 2019 11:43
496564e
to
1c52dd1
Compare
javeme
requested changes
Apr 1, 2019
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/tx/GraphTransaction.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/tx/GraphTransaction.java
Outdated
Show resolved
Hide resolved
zhoney
force-pushed
the
schema-delete-with-page
branch
from
April 1, 2019 11:55
1c52dd1
to
286cba7
Compare
javeme
requested changes
Apr 1, 2019
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/page/PageEntryIterator.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/page/PageEntryIterator.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/page/QueryList.java
Show resolved
Hide resolved
zhoney
force-pushed
the
schema-delete-with-page
branch
from
April 1, 2019 12:09
286cba7
to
b9a3b47
Compare
javeme
requested changes
Apr 2, 2019
hugegraph-core/src/main/java/com/baidu/hugegraph/config/CoreOptions.java
Outdated
Show resolved
Hide resolved
hugegraph-core/src/main/java/com/baidu/hugegraph/backend/tx/GraphTransaction.java
Outdated
Show resolved
Hide resolved
zhoney
force-pushed
the
schema-delete-with-page
branch
from
April 2, 2019 10:31
fbe185d
to
beb36ce
Compare
implemented: #416 Change-Id: I61f11dfb6367acab9369b53af57c9114a11782c7
Change-Id: Ifca1ab84a66778cea0669c971a0440e8b1c9d674
Change-Id: I0687cab77284895d8e803a74cd3f30b0df0a004b
Change-Id: I265f6f226dfe19f6ab66d5eaae6d5f969f591949
Change-Id: I0284b6ea7edd33898c54b5bf223ab069a229245d
Change-Id: I4a4a13c42ef71f9f73544793c1e11503d37b21ff
zhoney
force-pushed
the
schema-delete-with-page
branch
from
April 3, 2019 03:00
beb36ce
to
2fa55f5
Compare
Linary
approved these changes
Apr 8, 2019
javeme
approved these changes
Apr 8, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
implemented: #416
Change-Id: I61f11dfb6367acab9369b53af57c9114a11782c7