Merge GetProps
and ScanVertices
/ScanEdges
RPC.
#3450
Labels
type/enhancement
Type: make the code neat or more efficient
GetProps
and ScanVertices
/ScanEdges
RPC.
#3450
Introduction
Merge
GetProps
andScanVertices
/ScanEdges
into one RPC. Because they should behaviors same exceptScanVertices
andScanEdges
get vertex/edge id by scan storage butGetProps
get vertex/edge id from input.Contents
The combined RPC named
GeProps
, with given vertex/edge id it behaviors as originGetProps
, without it behaviors asScanVertices
andScanEdges
.But maybe lead to more complex to plan analysis. Or we don't merge the related plan node/executor.
Related work
The text was updated successfully, but these errors were encountered: