You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a prepare statement on Execute we can skip the parsing step and can directly extract the plan from the cache.
This will save parsing and query normalizing steps
In a prepare statement on
Execute
we can skip the parsing step and can directly extract the plan from the cache.This will save parsing and query normalizing steps
This is shown in the benchmarking PR #17449
The text was updated successfully, but these errors were encountered: