Skip to content

Comments

Release: staging to production#428

Merged
eskp merged 2 commits intoprodfrom
staging
Feb 24, 2026
Merged

Release: staging to production#428
eskp merged 2 commits intoprodfrom
staging

Conversation

@eskp
Copy link
Member

@eskp eskp commented Feb 24, 2026

Summary

  • Fix analytics logSummary subquery to use an IN subquery instead of innerJoin on workflowExecutions, avoiding a Drizzle ORM table reference conflict when the same table is used in both the subquery and the outer query
  • Scope the logSummary subquery to the org's executions and time range via a separate scopedExecutionIds subquery, preventing a full table scan on workflowExecutionLogs

eskp added 2 commits February 25, 2026 00:00
…ubquery-scope

fix(analytics): scope logSummary subquery to avoid full table scan and Drizzle ref conflict
@eskp eskp changed the base branch from main to prod February 24, 2026 13:03
@eskp eskp merged commit e2fb57d into prod Feb 24, 2026
5 of 6 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