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 method tx.commitIfBatch(int) #82

Closed
javeme opened this issue Oct 8, 2018 · 0 comments
Closed

add method tx.commitIfBatch(int) #82

javeme opened this issue Oct 8, 2018 · 0 comments
Labels
improvement General improvement
Milestone

Comments

@javeme
Copy link
Contributor

javeme commented Oct 8, 2018

Use commitIfBatch when we don't need to commit each time

Linary pushed a commit that referenced this issue Oct 30, 2018
To avoid commit all together during rebuilding index,
especially for Cassandra backend, which has batch limit 65535

fixed: #144
implemented: #82

Change-Id: I88ff4bc878bc24122f0bb6ecf9964246a083b9ab
Linary pushed a commit that referenced this issue Nov 1, 2018
1. To avoid commit all together during rebuilding index,
   especially for Cassandra backend, which has batch limit 65535
2. Also move async codes to com.baidu.hugegraph.job package
3. fix bug that CacheManager might create more than one cache with same name

fixed: #144
implemented: #82

Change-Id: I88ff4bc878bc24122f0bb6ecf9964246a083b9ab
@javeme javeme closed this as completed Apr 1, 2019
@javeme javeme added this to the 0.9 milestone Apr 13, 2019
@javeme javeme added the improvement General improvement label Apr 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement General improvement
Projects
None yet
Development

No branches or pull requests

1 participant