0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00
posthog/latest_migrations.manifest
Harry Waye 51f2bceb82
perf(postgresql): remove team_id index on persondistinctids table (#8579)
* perf(postgresql): remove team_id index on persondistinctids table

We have an index on team_id, distinct_id which is already being used. To
avoid the overhead on pdi writes we can remove this index, thereby
reducing the IO we're experiencing on postgresql

Refers to https://github.com/PostHog/product-internal/issues/256

* format

* remove unused import
2022-02-17 12:15:03 +00:00

11 lines
377 B
Plaintext

admin: 0003_logentry_add_action_flag_choices
auth: 0012_alter_user_first_name_max_length
axes: 0006_remove_accesslog_trusted
contenttypes: 0002_remove_content_type_name
database: 0002_auto_20190129_2304
ee: 0008_null_definition_descriptions
posthog: 0212_alter_persondistinctid_team
rest_hooks: 0002_swappable_hook_model
sessions: 0001_initial
social_django: 0010_uid_db_index