mirror of https://github.com/zulip/zulip.git
20255e48a4
Analytics database tables are getting big, and so we're likely moving to a model where ~all stats are day stats, and we keep hourly stats only for the last N days. Also changed the name because: * messages_sent_* suggests the counts (summed over subgroup) should be the same as the other messages_sent stats, but they are different (these don't include PMs). * messages_sent_by_stream:is_bot:day is longer than 32 characters, the max allowable length for a BaseCount.property. Includes a database migration to remove the old stat from the analytics tables. |
||
---|---|---|
.. | ||
0001_initial.py | ||
0002_remove_huddlecount.py | ||
0003_fillstate.py | ||
0004_add_subgroup.py | ||
0005_alter_field_size.py | ||
0006_add_subgroup_to_unique_constraints.py | ||
0007_remove_interval.py | ||
0008_add_count_indexes.py | ||
0009_remove_messages_to_stream_stat.py | ||
__init__.py |