g.V().has("newid", "xyz").count().profile()
04:31:35 WARN org.janusgraph.graphdb.transaction.StandardJanusGraphTx - Query requires iterating over all vertices [(newid xyz)].
Even though the newid is indexed and enabled.
Graph Index (Vertex) | Type | Unique | Backing | Key: Status |
---------------------------------------------------------------------------------------------------
newid1 | Composite | false | internalindex | newid: REGISTERED |
newid2 | Composite | false | internalindex | newid: ENABLED |