Problem
Enhanced hints aren't working for views under pg 18. Looks like supporting this requires adding a planner hook now, which will likely include more overhead (on CI, enhanced hints report to add around 1-2% perf loss).
Solution
Add a planner hook and see if the perf loss can be mitigated.
Problem
Enhanced hints aren't working for views under pg 18. Looks like supporting this requires adding a planner hook now, which will likely include more overhead (on CI, enhanced hints report to add around 1-2% perf loss).
Solution
Add a planner hook and see if the perf loss can be mitigated.