mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 04:12:23 +01:00
78a787bc3b
* Migration to add version to person_distinct_id * Update plugin-server type * Use queueMessages instead of for loops * Update distinct id versions in postgres * Add commented out new query * Add person_distinct_id2 table setup/migration This will be used for more efficient person_distinct_id queries * Avoid sharding person_distinct_id2 on cloud * Write to new distinct ids topic * Attempt to use version in tests * Tests attempt 2 * Fixup version - dont send with all messages * Flush kafka more frequently * Actually fix tests * Add another await * Add partition to person_distinct_id2 table |
||
---|---|---|
.. | ||
__init__.py | ||
0001_initial.py | ||
0002_events_materialized.py | ||
0003_person.py | ||
0004_kafka.py | ||
0006_session_recording_events.py | ||
0007_static_cohorts_table.py | ||
0008_plugin_log_entries.py | ||
0009_person_deleted_column.py | ||
0010_cohortpeople.py | ||
0011_cohortpeople_no_shard.py | ||
0012_person_id_deleted_column.py | ||
0013_persons_distinct_ids_column.py | ||
0014_persons_distinct_ids_column_remove.py | ||
0015_materialized_column_comments.py | ||
0016_collapsing_person_distinct_id.py | ||
0017_events_dead_letter_queue.py | ||
0018_group_analytics_schema.py | ||
0019_group_analytics_materialized_columns.py | ||
0020_session_recording_events_window_id.py | ||
0021_session_recording_events_materialize_full_snapshot.py | ||
0022_person_distinct_id2.py |