0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-30 19:41:46 +01:00
posthog/ee/clickhouse/views
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
..
test perf(persons): Prefilter person property conditions for reduced memory usage (#15507) 2023-05-15 17:54:51 +02:00
__init__.py
experiments.py refactor(api): Include team and organization in serializer context (#15294) 2023-05-01 18:55:24 +02:00
groups.py fix(person): use display name setting (#15315) 2023-05-03 14:17:30 +02:00
insights.py fix(correlation-analysis): Fix team missing in a Filter (#15502) 2023-05-12 09:15:57 +00:00
person.py