Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-451

Neo4j g.V(ids).has(...) optimization

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Done
    • None
    • 3.0.0-incubating
    • neo4j, process
    • None

    Description

      I noticed that a query of the form this.g.V(1L,2L).has(T.label,"Person") will first retrieve all Persons and then filter out on the ids.

      Perhaps if there are given ids then we can assume that the given ids should be the first narrowing of the elements and then filter on the has clause?

      Attachments

        Activity

          People

            Unassigned Unassigned
            pietermartin-tinkerpop pietermartin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: