Stephen Mallette created TINKERPOP-3265:
-------------------------------------------
Summary: Provider guide for implementing TinkerGQL support
Key: TINKERPOP-3265
URL: https://issues.apache.org/jira/browse/TINKERPOP-3265
Project: TinkerPop
Issue Type: Improvement
Components: documentation, gql
Affects Versions: 4.0.0
Reporter: Stephen Mallette
Other graph providers (JanusGraph, etc.) have no path to activate GQL match.
Write a provider guide covering: depending on gql-gremlin, registering
GqlDeclarativeMatchStrategy, and implementing Graph.countVerticesByLabel /
countEdgesByLabel / index().countVertexIndex() for planner cost estimation.
Currently all three return Long.MAX_VALUE by default, which works but disables
selectivity-based seed/step ordering.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)