Skip to content

Update Snowflake query planner#91

Merged
codedmart merged 5 commits into
mainfrom
codedmart/snowflake-more-ctes
Oct 22, 2025
Merged

Update Snowflake query planner#91
codedmart merged 5 commits into
mainfrom
codedmart/snowflake-more-ctes

Conversation

@codedmart

@codedmart codedmart commented Oct 17, 2025

Copy link
Copy Markdown
Contributor

Remove CTEQueryGenerator in favor of SnowflakePlanBuilder

Summary

The SnowflakePlanBuilder approach builds queries using a bottom-up CTE construction pattern. This approach provides:

  • Better control over query structure for Snowflake's optimizer
  • Clearer separation of concerns for nested relationships
  • More maintainable code compared to the CTEQueryGenerator

@codedmart codedmart changed the title Codedmart/snowflake more ctes Update Snowflake query planner Oct 22, 2025
@codedmart codedmart force-pushed the codedmart/snowflake-more-ctes branch from 2ac892b to 4a64e62 Compare October 22, 2025 16:41
@codedmart codedmart merged commit b3fa9f4 into main Oct 22, 2025
3 checks passed
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.

1 participant