LiJie20190102 opened a new issue, #2465:
URL: https://github.com/apache/incubator-hugegraph/issues/2465

   ### Bug Type (问题类型)
   
   other exception / error (其他异常报错)
   
   ### Before submit
   
   - [X] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 
[FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题 (I have 
confirmed and searched that there are no similar problems in the historical 
issue and documents)
   
   ### Environment (环境信息)
   
   - Server Version: 1.0.0 (Apache Release Version)
   - Backend: RocksDB 1 nodes, HDD
   - OS: 32 CPUs, xx G RAM,  CentOS 7.6 
   - Data Size:  60000000 vertices, 1800000000 edges <!-- (like 1000W 点, 9000W 
边) -->
   
   
   ### Expected & Actual behavior (期望与实际表现)
   
   
我的顶点id类型时string,但是顶点全是数值,当做string入库了,此时我执行oltp操作时,出现了oom,但是若顶点id类型改为Number时,此时不会出现oom。我看了之前的相应代码修改记录,之前是不是出现过类似问题,所以对数值类型单独处理:https://github.com/apache/incubator-hugegraph/pull/1623#issuecomment-1971180435
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   _No response_
   
   ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@hugegraph.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to