min_parallel_index_scan_size

Type: integer
Default: 64 (512kB)
Min: 0 (0kB)
Max: 715827882 (5726623056kB)
Unit: 8kB
Context: user
Restart: false
Since: 10

Sets the minimum amount of index data that must be scanned in order for a parallel scan to be considered. Note that a parallel index scan typically won't touch the entire index; it is the number of pages which the planner believes will actually be touched by the scan which is relevant. If this value is specified without units, it is taken as blocks, that is BLCKSZ bytes, typically 8kB. The default is 512 kilobytes (512kB).

Comments