Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用的是 Neo4j 1.9,并且我为属性 A 的关系配置了自动索引。
(neo4j.properties) relationship_auto_indexing=true relationship_keys_indexable=A
当使用 Gremlin 脚本在边上设置除 A 以外的某些属性时,会打开、读取和写回自动索引文件。这大大减慢了我的查询速度,而且我看不出有任何理由访问未编入索引的属性的索引。这是正常行为吗?
我看到使用“strace”访问索引文件。