You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid commit all together during rebuilding index,
especially for Cassandra backend, which has batch limit 65535
fixed: #144
implemented: #82
Change-Id: I88ff4bc878bc24122f0bb6ecf9964246a083b9ab
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
Use commitIfBatch when we don't need to commit each time
The text was updated successfully, but these errors were encountered: