performance updates checkpoint

This commit is contained in:
Francis Cao
2026-03-05 10:12:30 -08:00
parent 8563fe1d30
commit f6a6d2cc31
25 changed files with 488 additions and 343 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ async function relationalQuery(websiteId: string, filters: QueryFilters) {
${excludeBounceQuery}
${joinSessionQuery}
where website_event.website_id = {{websiteId::uuid}}
and website_event.event_type != 2
and website_event.event_type NOT IN (2, 5)
${dateQuery}
${filterQuery}),
@@ -123,7 +123,7 @@ async function clickhouseQuery(
${cohortQuery}
${excludeBounceQuery}
where website_id = {websiteId:UUID}
and event_type != 2
and event_type NOT IN (2, 5)
${dateQuery}
${filterQuery}
group by 1, 2