t;
Parallel index scans/bitmap heap scans are only supported for btree indexes.
> Here's the query I tested with EXPLAIN:
> SELECT * FROM t1 INNER JOIN t2 ON t1.id = t2.fid WHERE t1.id > 100;
>
--
Regards,
Rafia Sabih
EnterpriseDB: http://www.enterprisedb.com/
_processes will be the maximum allowable workers for a
parallel node.
>
You may have a look at the documentation of these parameters for more
details --
https://www.postgresql.org/docs/10/static/when-can-parallel-query-be-used.html
--
Regards,
Rafia Sabih
EnterpriseDB: http://www.enterprisedb.com/