Skip to content

Avoid input views and speed up dataframe counts#14

Merged
eutwt merged 10 commits intomainfrom
feature/no-input-views
Dec 28, 2025
Merged

Avoid input views and speed up dataframe counts#14
eutwt merged 10 commits intomainfrom
feature/no-input-views

Conversation

@eutwt
Copy link
Copy Markdown
Owner

@eutwt eutwt commented Dec 28, 2025

Summary

  • inline DuckDB relation SQL in query builders instead of creating temp views
  • probe relation connection compatibility without view materialization
  • use dataframe row counts for table summaries to avoid COUNT(*) scans

@eutwt eutwt merged commit 84f179a into main Dec 28, 2025
6 checks passed
github-actions bot added a commit that referenced this pull request Dec 28, 2025
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