Skip to content

Comments

fix(ampsync): tighten temp table creation#1802

Open
abarmat wants to merge 1 commit intoedgeandnode:mainfrom
abarmat:fix/ampsync-tmp-tables-oom
Open

fix(ampsync): tighten temp table creation#1802
abarmat wants to merge 1 commit intoedgeandnode:mainfrom
abarmat:fix/ampsync-tmp-tables-oom

Conversation

@abarmat
Copy link
Contributor

@abarmat abarmat commented Feb 18, 2026

Update temp table creation to include DEFAULTS and ON COMMIT DROP so it stays within transaction scope, and add a regression test that verifies the generated SQL contains the expected clauses.

Close: #1801

Update temp table creation to include DEFAULTS and ON COMMIT DROP so it stays within transaction scope, and add a regression test that verifies the generated SQL contains the expected clauses.
@abarmat abarmat force-pushed the fix/ampsync-tmp-tables-oom branch from e0a1ee5 to d5a7065 Compare February 18, 2026 19:22
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.

Staging temp tables are created too broadly/lived too long and cause out of shared memory issues

1 participant