标签: graph datastax graph-databases datastax-enterprise datastax-enterprise-graph
DSE Graph Vertex / Edge标签名称和属性键允许的字符是什么?
Titan允许任何值,我们的一些标签以.个字符命名。尝试将我们的数据导入DSE Graph会抛出一个异常,告诉我们标签名称中不支持.个字符。
.
我无法在任何地方找到此限制。
答案 0 :(得分:1)
DataStax文档说“Allowed characters for the name are alphabetical or underscore” 用于顶点和属性标签。不允许指示点(。)。