Back to feed
GCP·Spannerfeature·

You can optimize Spanner Graph query performance by using factorized execution.


You can optimize Spanner Graph query performance by using factorized execution. If a graph pattern traversal generates duplicate intermediate results, add the @{factorize_mode} hint to the pattern traversal or at the query level to optimize the query.

For more information, see Use factorized execution to optimize queries.