0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-30 19:41:46 +01:00
posthog/ee/clickhouse/queries
Michael Matloka 6daabb7b36
perf(persons): Prefilter person property conditions for reduced memory usage (#15507)
* perf: Prefilter rows in person search for reduced memory usage

* Update query snapshots

* Update query snapshots

* Update query snapshots

* Update query snapshots

* Better document `aggregate_by_person_version`

* Snapshot queries in more tests

* Use `DIRECT_ON_PERSONS` instead of new arg

* Explain `PersonPropertiesMode` options

* Streamline the various clauses

* Fix formatting

* Add comments and restore join optimization

* Update query snapshots

* Update query snapshots

* Update query snapshots

* Update query snapshots

* Update query snapshots

* Update query snapshots

* Update query snapshots

* Update query snapshots

* Fix comment typo

* Clarify persons-on-events v2

* Reduce parens

* Disambiguate prepends

* Update query snapshots

* Fix unmatched parens

* Update query snapshots

* Update query snapshots

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-15 17:54:51 +02:00
..
experiments feat(insights): support 'any event' filter (#15209) 2023-05-08 17:25:14 +02:00
funnels perf(persons): Prefilter person property conditions for reduced memory usage (#15507) 2023-05-15 17:54:51 +02:00
paths
retention
stickiness feat(poe): poe v2 support for stickiness (#14844) 2023-03-21 16:37:53 -03:00
test perf(persons): Prefilter person property conditions for reduced memory usage (#15507) 2023-05-15 17:54:51 +02:00
__init__.py
column_optimizer.py fix(hogql): funnel breakdown hogql person properties (#14901) 2023-03-24 17:51:43 +00:00
enterprise_cohort_query.py fix(poe-v2): proper handling for poe v2 vs v1 where missing (#15212) 2023-04-25 08:54:23 -03:00
event_query.py
groups_join_query.py fix(groups): do a left join for group props (#15423) 2023-05-08 14:27:26 -03:00
related_actors_query.py fix(person): use display name setting (#15315) 2023-05-03 14:17:30 +02:00