Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
In many optimization steps, we create a copy of the query plan and then change some parts of it.
Currently, the only reliable way to do so is to serialize and deserialize it, which is fairly expensive.
It would be very useful to have a cheaper method to do the same.