Closed adrianlzt closed 3 years ago
Do just one call to get all the edges for the given nodes, instead of one call for each node.
This new call has been added as a new method to Graph and Backends. GetNodesEdges, return the list with all edges for a list of nodes.
Batching is used to avoid hitting the max number of clauses set by ES (is set to the default value of 512).
run functional-tests-backend-orientdb run ovn-k8s-tests
run functional-tests-backend-orientdb
Do just one call to get all the edges for the given nodes, instead of one call for each node.
This new call has been added as a new method to Graph and Backends. GetNodesEdges, return the list with all edges for a list of nodes.
Batching is used to avoid hitting the max number of clauses set by ES (is set to the default value of 512).