Skip to content

solana utils: refactor token accounts pipeline to account for historical states #8042

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

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

jeff-dude
Copy link
Member

towards CUR2-144

@github-actions github-actions bot added WIP work in progress dbt: solana covers the Solana dbt subproject labels Apr 18, 2025
@jeff-dude
Copy link
Member Author

latest findings on testing run times:

  • using address_prefix on raw table(s) killed write performance on historical, CI timed out at 90m on 12-node cluster
    • compare this to when partitioning on block_date or no partition at all running in ~5-10 minutes
  • most recent run was with no partition on raw, then state history ran in normal timing (compared to block_date partition), but it looks like transfers kicking off is killing performance. we didn't see a single transfers model complete in the 90m window. this also includes a forced incremental run, meaning it's only the last one day of transfers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dbt: solana covers the Solana dbt subproject WIP work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant