add MATERIALIZED keyword to ring-fence some CTEs (i.e. WITH blocks)
[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
Activity
added 1 commit
- 7ec1256e - Temporary change just to force using another instance of postgres.
added 1 commit
- ef613cf3 - Temporary changes to use alternate Postgres 12 installation
added 1 commit
- a0826374 - Forced usage of alternate postgres installation
mentioned in commit ded74b6f
Please register or sign in to reply