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
This forces decision making between WITH MATERIALIZED and WITH NOT MATERIALIZED on the developer, there's no way to make it just WITH, which leaves the decision on the optimizer. At least, it should be called sqlWithNotMaterialized to be explicit about the function's behavior.
The text was updated successfully, but these errors were encountered:
zlondrej
changed the title
sqlWith always specifies NOT MATERIALIZED when supportedsqlWith always specifies NOT MATERIALIZED when materialization is supported
Sep 22, 2023
This forces decision making between
WITH MATERIALIZED
andWITH NOT MATERIALIZED
on the developer, there's no way to make it justWITH
, which leaves the decision on the optimizer. At least, it should be calledsqlWithNotMaterialized
to be explicit about the function's behavior.The text was updated successfully, but these errors were encountered: