Skip to content

[refer #PGPRO-4978] Update the .gitignore file. #24

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

Closed
wants to merge 27 commits into from
Closed

Conversation

rzharkov
Copy link
Collaborator

tags: aqo

danolivo and others added 27 commits November 20, 2020 09:44
…rgeAppend, a SubqueryScan nodes.

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.
@rzharkov rzharkov requested a review from danolivo May 21, 2021 09:16
@danolivo danolivo force-pushed the master branch 2 times, most recently from e094968 to c3657e2 Compare June 13, 2021 11:49
@danolivo danolivo closed this Nov 18, 2021
@danolivo danolivo deleted the PGPRO-4978 branch February 1, 2023 04:28
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

Successfully merging this pull request may close these issues.

2 participants