0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 18:26:15 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Tim Glaser
21ee2d58ff
[Clickhouse] More speed optimizations for funnels (#2109)
* [Clickhouse] More speed optimizations for funnels

* Do most of the processing of funnels in clickhouse itself

* Fix type issues

* Fix tests
2020-10-29 18:22:59 +01:00
Tim Glaser
3ad92ff9a4
Clickhouse improve funnel speed (#2100) 2020-10-29 12:25:02 +01:00
Tim Glaser
0d8faa4455
Clickhouse window funnel (#2086)
* Clickhouse use window funnel

* IPDB

* Fix more issues

* Sub second precision

* use dict instead of Person
2020-10-29 10:53:17 +01:00
Tim Glaser
c8bf1d0a37
Fix cohorts clickhouse (#2052)
* use json extract inside steps for funnelq eury

* remove print

* fix broken query and add person prop filtering in funnel with test

* Fix cohorts in clickhouse

* Fix types

* Fix funnels

* fix tests

* Fix tests

* Fix cohorts breakdown

* Remove unused code

* Update description

* Remove negation

Co-authored-by: Eric <eeoneric@gmail.com>
2020-10-27 21:43:38 +01:00
Eric Duong
5bb713626b
Use jsonextract for steps in funnel query (#2040)
* use json extract inside steps for funnelq eury

* remove print

* fix broken query and add person prop filtering in funnel with test
2020-10-27 17:52:12 +01:00
Tim Glaser
d664cb8a6e
Fix funnels with multiple steps (#2034) 2020-10-26 20:35:09 +01:00
Eric Duong
06cf6562e3
Filter person_distinct_id table further before joining (#2028)
* add aliases

* select specific
2020-10-26 09:18:11 -04:00
Eric Duong
cecb7510b8
General Reorganization (#1981)
* small tweaks and reorganize session queries

* move all queries to query folder
2020-10-22 07:35:57 -04:00