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

In dbt incremental merge strategy we need ability to choose the temporary table configurations (CTAS) #151

Open
hpasumarthi opened this issue May 13, 2024 · 0 comments

Comments

@hpasumarthi
Copy link
Contributor

hello Team,
While working with Iceberg tables we have realised that temporary table which is created as a part of the incremental merge tries to match the schema of the target table.

During our test we have observed that tmp table with same schema as target table is performance degrader is there any way we can fix this via dbt-hive adaptor.
Our testing scenario is

Source table :: External table + parquet format + partition by date.
Target table :: Iceberg table + parquet format + partition spec by date.

our requirement is temporary table which is create as a part of incremental merge shows better performance when it is
temp_table :: External table + parquet format (no partitions & no iceberg)

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

1 participant