On Fri, Mar 22, 2024 at 8:55 PM arun chirappurath <arunsnmimt@xxxxxxxxx> wrote:
I am trying to force query to use indexes using query hints.Set enable indexscan to ON,Same for bitmap and index only scan
Everything is on by default in the planner. You need to think in terms of what you don't want to happen and disabled those things.
David J.