-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Improve hypertable DML performance with chunk exclusion #9315
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
Open
arajkumar
wants to merge
44
commits into
main
Choose a base branch
from
arajkumar/fix-ht-update-delete-slowness
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
a51023f
Enable chunk exclusion for DML
arajkumar 9a52d84
Sync set_append_rel_size with upstream PostgreSQL
arajkumar 7cde1e6
Merge branch 'main' into arajkumar/fix-ht-update-delete-slowness
arajkumar e288dc0
Merge branch 'main' into arajkumar/fix-ht-update-delete-slowness
arajkumar 60b2ff0
move rowmark handling to expand_single_inheritance_child
arajkumar 04d1722
Merge remote-tracking branch 'origin/main' into arajkumar/fix-ht-upda…
arajkumar 6690340
Merge branch 'main' into arajkumar/fix-ht-update-delete-slowness
arajkumar 2df7676
Merge remote-tracking branch 'origin/main' into arajkumar/fix-ht-upda…
arajkumar 697950e
Merge remote-tracking branch 'origin/main' into arajkumar/fix-ht-upda…
arajkumar 53662fd
fix: comment on MERGE
arajkumar 4a9b37a
Merge remote-tracking branch 'origin/main' into arajkumar/fix-ht-upda…
arajkumar 3854a02
Merge branch 'main' into arajkumar/fix-ht-update-delete-slowness
arajkumar 4403d72
Merge branch 'main' into arajkumar/fix-ht-update-delete-slowness
arajkumar 9ba1b77
Merge remote-tracking branch 'origin/main' into arajkumar/fix-ht-upda…
arajkumar 182b172
Merge branch 'main' into arajkumar/fix-ht-update-delete-slowness
arajkumar 65745e1
Merge remote-tracking branch 'origin/main' into arajkumar/fix-ht-upda…
arajkumar a30845e
Fix expectations for debug build
arajkumar 1485d7a
Merge branch 'main' into arajkumar/fix-ht-update-delete-slowness
arajkumar c1ccb98
Extract tlist fixup logic into a function
arajkumar 78b67e7
Merge branch 'main' into arajkumar/fix-ht-update-delete-slowness
arajkumar 730d3d1
Merge branch 'main' into arajkumar/fix-ht-update-delete-slowness
arajkumar 1fd6217
Merge remote-tracking branch 'origin/main' into arajkumar/fix-ht-upda…
arajkumar d344cb5
Add GUC and remove duplicate code
arajkumar 1a5796a
Address review: remove stale comment, fix compression test, add GUC test
arajkumar 3c4a03c
Merge remote-tracking branch 'origin/main' into arajkumar/fix-ht-upda…
arajkumar 591b82f
Merge branch 'main' into arajkumar/fix-ht-update-delete-slowness
arajkumar d11e227
Merge remote-tracking branch 'origin/main' into arajkumar/fix-ht-upda…
arajkumar f7a4e3a
Fix modify_exclusion expected output for PG15/16/17
arajkumar c356af9
Merge remote-tracking branch 'origin/main' into arajkumar/fix-ht-upda…
arajkumar aab3959
Fix format
arajkumar 6461804
Merge remote-tracking branch 'origin/main' into arajkumar/fix-ht-upda…
arajkumar 33e22bd
Merge branch 'main' into arajkumar/fix-ht-update-delete-slowness
arajkumar db19de9
Merge branch 'main' into arajkumar/fix-ht-update-delete-slowness
arajkumar 83bd8b5
Merge branch 'main' into arajkumar/fix-ht-update-delete-slowness
arajkumar 18728e8
Merge branch 'main' into arajkumar/fix-ht-update-delete-slowness
arajkumar 9a77e59
Merge branch 'main' into arajkumar/fix-ht-update-delete-slowness
arajkumar 2c01708
Merge branch 'main' into arajkumar/fix-ht-update-delete-slowness
akuzm 1785ca2
tmp cleanup
akuzm 85a5264
tmp cleanup
akuzm 96e3a9d
fix
akuzm 529cf7d
debug
akuzm 8970894
remove unrelated change
akuzm 4f3c0ed
fix + test
akuzm b101b6a
tmp
akuzm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Implements: #9315 Enable chunk exclusion for DML |
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.