Re: min_parallel_table_size and inheritence

2018-12-09 Thread Amit Kapila
On Sun, Dec 9, 2018 at 6:24 AM Justin Pryzby wrote: > > The docs say: > https://www.postgresql.org/docs/current/runtime-config-query.html > |min_parallel_table_scan_size Sets the minimum amount of table data that must > be scanned in order for a parallel scan to be considered. [...] > > I'd like

min_parallel_table_size and inheritence

2018-12-08 Thread Justin Pryzby
The docs say: https://www.postgresql.org/docs/current/runtime-config-query.html |min_parallel_table_scan_size Sets the minimum amount of table data that must be scanned in order for a parallel scan to be considered. [...] I'd like to set parallel_min_table_size=32MB, but it looks like that won't