Users sessions is very slow to process #58
Labels
status:needs_triage
Needs maintainer triage.
type:bug
Bugs or weaknesses. The issue has to contain steps to reproduce.
Describe the bug
In our dbt run of unified
snowplow_unified_users_sessions_this_run
takes 29742s out of 31658s (~94%).Steps to reproduce
In our case, add a lot of users and run unified model.
Expected results
That the peformance matched web dbt :)
Actual results
Its not
Screenshots and log output
dbt-output.txt
System information
The contents of your
packages.yml
file:Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using:
N/A
The output of
python --version
:N/A
Additional context
Compared to dbt web it looks like the calculation of start/end time was done incrementally, but is now calculated directly when needed.
Are you interested in contributing towards the fix?
Yes, if feedback is needed
The text was updated successfully, but these errors were encountered: