Closed luciuz closed 3 years ago
This is not possible at the moment, but I'll look into it.
@staudenmeir Materialized CTE support for PostgreSQL is really critical as PostgreSQL does not support any optimization hints, materialized ctes are the only option to fix a bad execution plan of postgresql.
I'll try to release this option in the next few weeks.
I released a new version with materialized expressions https://github.com/staudenmeir/laravel-cte#materialized-expressions
Hello!
How to set 'materialized' option to an expression (cte)? Ty