Question: What
does the
parallel_min_time_threshold parameter do?
Answer:
The
parallel_min_time_threshold
parameter only allows parallel query to be invoked against
large tables or indexes, those where the num_rows suggests
that it will take more than nn seconds to scan the table.
The default for
parallel_min_time_threshold is 30 (seconds), but you can
now adjust this threshold according to your optimal
definition of what constitutes a "large table".
This parameter appears to be related to the
deprecated
small_table_threshold parameter.