add MATERIALIZED keyword to ring-fence some CTEs (i.e. WITH blocks)
- Sep 29, 2021
-
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
- Sep 24, 2021
-
-
Bartek Wrona authored
-
- Sep 23, 2021
-
-
Bartek Wrona authored
-
Bartek Wrona authored
- update_posts_rshares does not contain anymore JIT disabling code = db_upgrade procedure contains a code to disable JIT at database level.
-
Dan Notestein authored
-
Dan Notestein authored
[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
-