0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 00:46:45 +01:00
posthog/ee/clickhouse/models
James Greenhill 97a665d277
Leverage Postgres for Persons and reorder order by's on clickhouse" (#1681)
* Query optimizations

* more sql optimizations

* checkpoint

* fix migration

* add UUID field to person

* use django signals to signal that clickhouse needs to be updated

* cleanup person logic

* cleanups

* update migration

* Don't setup the django signals unless we are for sure using ee setup

* expecting back to 30 queries for capturing with new person

* add .venv to .gitignore

* add env back to .gitignore

Co-authored-by: Ubuntu <ubuntu@ip-172-31-73-18.ec2.internal>
2020-09-22 13:41:08 +01:00
..
__init__.py
clickhouse.py Clickhouse process event (#1652) 2020-09-15 12:40:35 -07:00
element.py Publish events to Kafka for consumption (#1644) 2020-09-15 20:04:38 -07:00
event.py Publish events to Kafka for consumption (#1644) 2020-09-15 20:04:38 -07:00
person.py Leverage Postgres for Persons and reorder order by's on clickhouse" (#1681) 2020-09-22 13:41:08 +01:00
property.py clickhouse models (#1614) 2020-09-08 18:55:01 -07:00