zulip/analytics/migrations
Tim Abbott b7df84d5a8 analytics: Add indexes to optimize performance of aggregation.
These indexes fix some slow queries used in updating the analytics
tables, resulting in the analytics system consuming far less total
resources.
2017-02-01 15:47:49 -08:00
..
0001_initial.py Reorder the columns in analytics tables inherited from BaseCount. 2016-10-06 17:51:01 -07:00
0002_remove_huddlecount.py analytics: Remove HuddleCount for now. 2016-10-14 10:18:37 -07:00
0003_fillstate.py analytics: Add table to keep track of fill state. 2016-10-14 10:18:37 -07:00
0004_add_subgroup.py analytics: Add subgroup column to analytics tables. 2016-10-27 16:33:58 -07:00
0005_alter_field_size.py analytics: Alter field length for property and interval in BaseCount. 2016-10-27 16:33:58 -07:00
0006_add_subgroup_to_unique_constraints.py analytics/models.py: Add subgroup column to unique_together constraints. 2016-11-01 16:53:56 -07:00
0007_remove_interval.py analytics: Remove interval field from *Count tables. 2017-01-17 15:54:57 -08:00
0008_add_count_indexes.py analytics: Add indexes to optimize performance of aggregation. 2017-02-01 15:47:49 -08:00
__init__.py Add a new statistics/analytics framework. 2016-10-04 17:18:54 -07:00