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
The text was updated successfully, but these errors were encountered:
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
…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]>
Problem Type (问题类型)
No response
Before submit
Environment (环境信息)
Your Question (问题描述)
使用hugegraph-loader导入数据报错,后端存储使用cassandra存储,应该调整什么参数呢
PARSE ERROR: Vertex id length limit is '128'
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response
The text was updated successfully, but these errors were encountered: