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

[Question] hugegraph-loader导入数据报错PARSE ERROR: Vertex id length limit is '128' #1593

Closed
1 task done
hnssyggg opened this issue Aug 27, 2021 · 2 comments · Fixed by #2622
Closed
1 task done
Labels

Comments

@hnssyggg
Copy link

hnssyggg commented Aug 27, 2021

Problem Type (问题类型)

No response

Before submit

  • 我已经确认现有的 IssuesFAQ 中没有相同 / 重复问题

Environment (环境信息)

  • Server Version: hugegraph-loader-0.9.0、hugegraph-0.9.2
  • Backend: cassandra
  • OS: 16 CPUs, 64 G RAM, Centos 7.x
  • Data Size: 74262950 vertices, 37131475 edges

Your Question (问题描述)

使用hugegraph-loader导入数据报错,后端存储使用cassandra存储,应该调整什么参数呢
PARSE ERROR: Vertex id length limit is '128'

Vertex/Edge example (问题点 / 边数据举例)

No response

Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)

No response

@hnssyggg hnssyggg changed the title [Question] 导入数据报错PARSE ERROR: Vertex id length limit is '128' [Question] hugegraph-loader导入数据报错PARSE ERROR: Vertex id length limit is '128' Aug 27, 2021
@imbajin
Copy link
Member

imbajin commented Aug 27, 2021

目前这个在 server 端有限制, 没法更改, 超长需要做 hash (如果在 server 解除限制影响也比较多)

@github-actions
Copy link

Due to the lack of activity, the current issue is marked as stale and will be closed after 20 days, any update will remove the stale label

@github-actions github-actions bot closed this as completed Oct 1, 2021
imbajin added a commit that referenced this issue Aug 10, 2024
…ncode/decode string id length (#2622)

As title, change limit:
- vid max to 16KB
- eid max to 64kb (128k as backup)
- property max to 10MB (keep consistent)

fix #1593 #2291

---------

Co-authored-by: imbajin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants