-
Notifications
You must be signed in to change notification settings - Fork 55
Task 5168 #26
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tags: shardman.
…rgeAppend, a SubqueryScan nodes. Tags: shardman.
Tags: shardman.
Replace find_ok assert with elog panic message.
Improve the elog panic message introduced in previous commit. Fix ForeignScan estimation logic.
Switch from AQO_EXPLAIN define to the two user GUCS: aqo.details and aqo.show_hash. New ExplainOneNode hook allows to add info into explain of each node.
AQO supports push-down of trivial JOIN and JOIN with mergejoinable clauses.
short-living planner memory context. Some indentations fixed.
Big commit. To avoiding UPDATE/UPDATE/DELETE/INSERT conflicts we use user locks on a pair (query_hash, fspace_hash) to guarantee that only one backend can do INSERT/UPDATE/DELETE of a aqo table row. Also we use dirty snapshot to see concurrently inserted/updated tuples. Such conflict may cause deadlocks on end-of-transaction waiting. Currently, if we detected such conflict, we refuse from we ML-base changing.
collection. Add some comments on auto tuning algorithm. change the intelligent.sql test to avoid unsteady behaviour in the intelligent mode. Change the logic of a node hash showing. Add regression test on forced stat collection mode.
Add regression test on currently unsupported planner clauses.
Align the AQO code in accordance with state of current master.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add 5 commits