pg_hint_plan icon indicating copy to clipboard operation
pg_hint_plan copied to clipboard

pg_hint_plan whether support for hints for group by method(hash/sort)?

Open ZhiXingHeYiApple opened this issue 1 year ago • 0 comments

I have reviewed the documentation and issue list, but I couldn't find how to use the pg_hint_plan extension to force my group by SQL query to use hash aggregation. Like /*+ use_hash_aggregation*/ hint will throw error about pg_hint_plan: hint syntax error at or near "use_hash_aggregation"

ZhiXingHeYiApple avatar Dec 16 '23 11:12 ZhiXingHeYiApple