michaelkovatt

Results 3 comments of michaelkovatt

@cccs-RyanK , @michael-s-molina Is there a permission to control this. I would want this available to Gamma roles and admins will have the normal add/edit filter.

> > @cccs-RyanK , @michael-s-molina Is there a permission to control this. I would want this available to Gamma roles and admins will have the normal add/edit filter. > >...

@oneturkmen , did you try setting the following duckdb configs and check if spills to disk. ``` conn.execute("SET memory_limit = '3GB';") conn.execute("SET max_memory = '3GB';") ``` Noticed that without this...