[
https://issues.apache.org/jira/browse/TINKERPOP-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
shh updated TINKERPOP-2326:
---------------------------
Description: g.V().hasLabel('person').has(objId,within('test1','test2'))
; and index of the objId filed has existed. (was:
g.V().hasLabel('person').has(objId,within('test1','test2')) ; )
> the query which contains the 'within' statement do not use the index, the
> query speed is too slower
> ---------------------------------------------------------------------------------------------------
>
> Key: TINKERPOP-2326
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2326
> Project: TinkerPop
> Issue Type: Improvement
> Components: neo4j
> Affects Versions: 3.4.3
> Reporter: shh
> Priority: Major
> Labels: performance
>
> g.V().hasLabel('person').has(objId,within('test1','test2')) ; and index
> of the objId filed has existed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)