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!

Reply via email to