什么是JanusGraph中的关系索引

问题描述

JanusGraph中的关系索引是什么。 根据官方文档https://docs.janusgraph.org/index-management/index-performance/,它从没有谈论过。 而当我执行mgmt.printSchema()时,它将显示一行作为关系索引。

Relation Index                 | Type        | Direction | Sort Key       | Order    |     Status |

边缘标签上混合索引的用户情况是什么

management.buildIndex("edges",Edge.class).addKey(reason).addKey(place).buildMixedIndex(mixedIndexName);

以上内容与顶点中心索引有何不同。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)