Skip to content

add MATERIALIZED keyword to ring-fence some CTEs (i.e. WITH blocks)

Bartek Wrona requested to merge postgres12_optimization into develop

[DLN] add MATERIALIZED keyword to some CTEs (WITH blocks) to ring-fencing behavior of postgres 10 for those CTEs. Disable jit compiling of queries for entire hivemind datbase because it mostly hurts performance of hivemind queries which typically don't have long execution times but are complex queries that take a long time to compile

Edited by Bartek Wrona

Merge request reports