scenic icon indicating copy to clipboard operation
scenic copied to clipboard

Option to set JIT = off?

Open emptyflask opened this issue 6 months ago • 2 comments

I have a massive ~1000 line materialized view that takes the Postgres JIT about 7 seconds to do its thing, while the execution itself (on a small table, anyway) is maybe a half second. Since I need to refresh the views in my test suite, I just set JIT = off globally in the test environment, but it would be nice if there was a built-in option to disable it for the view only.

If I write it, would this be a welcome change?

emptyflask avatar Aug 23 '24 17:08 emptyflask