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

index rebuild exceeds 80w limit and 65536 cassandra limit #291

Closed
zhoney opened this issue Dec 19, 2018 · 1 comment · Fixed by #292
Closed

index rebuild exceeds 80w limit and 65536 cassandra limit #291

zhoney opened this issue Dec 19, 2018 · 1 comment · Fixed by #292
Labels
bug Something isn't working
Milestone

Comments

@zhoney
Copy link
Contributor

zhoney commented Dec 19, 2018

Actual behavior 实际表现

HugeException: Too many records(must <=800000) for the query: ....

or

HugeException: Batch statement cannot contain more than 65535 statements...

Steps to reproduce the problem 复现步骤

  1. insert > 80w vertices
  2. create secondary/range index

Specifications of environment 环境信息

  • hugegraph version: 0.8.0
@zhoney zhoney added the bug Something isn't working label Dec 19, 2018
zhoney added a commit that referenced this issue Dec 25, 2018
fixed: #291

Change-Id: Iadf1b18c7a1be7a6343ae1fdeffbdb268ee1be90
Linary pushed a commit that referenced this issue Dec 25, 2018
fixed: #291

Change-Id: Iadf1b18c7a1be7a6343ae1fdeffbdb268ee1be90
zhoney added a commit that referenced this issue Dec 26, 2018
fixed: #291

Change-Id: Iadf1b18c7a1be7a6343ae1fdeffbdb268ee1be90
javeme pushed a commit that referenced this issue Dec 26, 2018
fixed: #291

Change-Id: Iadf1b18c7a1be7a6343ae1fdeffbdb268ee1be90
@javeme javeme added this to the 0.9 milestone Apr 13, 2019
@megodlike
Copy link

v0.12.0本版执行g.V().out().limit(10)还是报这个错误啊,大约120W条数据一共

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants