Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues that change to parallel execution plan when using hints #13

Closed
sminebu opened this issue Jun 26, 2018 · 1 comment
Closed

Issues that change to parallel execution plan when using hints #13

sminebu opened this issue Jun 26, 2018 · 1 comment

Comments

@sminebu
Copy link

sminebu commented Jun 26, 2018

The default value of the parallel_tuple_cost parameter is 0.1. The value of the parallel_tuple_cost variable of pg_hint_plan is changed from 0.1 to 0 because it is of type int. This is why the execution plan changes in parallel when using pg_hint_plan.

@horiguti
Copy link
Contributor

Thank you for the report. Fixed by the commit 7dcc96f at master and back-patched up to PG95 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants