Open
Description
Today the utility crashes when a query like the one below goes in timeout.
MATCH (from)-[r:]->(to) RETURN DISTINCT labels(from) as fromLabel, labels(to) as toLabel
The error message can offer the solution to change the neptune_query_timeout (cluster-level parameter).(https://docs.aws.amazon.com/neptune/latest/userguide/parameters.html#parameters-db-cluster-parameters-neptune_query_timeout)
Alternatively, the utility can fall back to small queries. Sampling each node label combination for the <edge_type>.
Is slower, but will complete with no user intervention.
Metadata
Metadata
Assignees
Labels
No labels