Type: | bool |
Default: | on |
Context: | user |
Restart: | false |
Enables or disables the query planner's use of bitmap-scan plan types. The default is on
.
Recommendations
For interactive session use only when troubleshooting queries.
On StackOverflow
On pgsql-hackers
- Re: POC, WIP: OR-clause support for indexes
- Re: support create index on virtual generated column.
- EXPLAIN IndexOnlyScan shows disabled when enable_indexonlyscan=on
- Even when the data is already ordered, MergeAppend still adds a Sort node
- Re: EXPLAIN IndexOnlyScan shows disabled when enable_indexonlyscan=on