change the default value of enable_bitmapscan to off - Mailing list pgsql-performance

From hehaochen@hotmail.com
Subject change the default value of enable_bitmapscan to off
Date
Msg-id OSZP286MB1725E184F8E925D4A10B2687A4C39@OSZP286MB1725.JPNP286.PROD.OUTLOOK.COM
Whole thread Raw
Responses Re: change the default value of enable_bitmapscan to off
Re: change the default value of enable_bitmapscan to off
List pgsql-performance
The default is enable_bitmapscan on. However, TPC-H.query17 get slower running on my NVMe SSD (WD SN850) after switching on the parameter: latency drop from 9secs to 16secs. During a B-tree Index Scan, bitmapscan optimization converts random I/O into sequential. However, many users use SSDs rather than HDDs. But they may not know the trick. Is there a possibility that can change the default value to off?

Thanks!

pgsql-performance by date:

Previous
From: spiral
Date:
Subject: Re: Advice on best way to store a large amount of data in postgresql
Next
From: Pavel Stehule
Date:
Subject: Re: change the default value of enable_bitmapscan to off