Hi. @Naveen Kumar Kakarla (Quadrant Resource LLC) Thanks for posting your question in the Microsoft Q&A forum.
Can you try the below steps?
Increase the shared_buffers parameter to 25% of RAM, which is 64 GB in your case, and Increase the effective_cache_size parameter to 50% of RAM, which is 128 GB in your case.
Increase the max_connections parameter to 1000 or more, depending on the number of concurrent connections you expect. and Set maintenance_work_mem to a value higher than work_mem.
Use a connection pooler like PgBouncer to efficiently manage connections and decrease idle connections and reuse existing connections.
Regards
Geetha