zulip/analytics/views
Alya Abbott f8f741c4a2 analytics: Replace get_realm_day_counts with a faster query.
Use analytics_realmcount to improve query runtime. There are two
known difference with previous query:
- Messages that are deleted after hourly stats are aggregated
are not decremented in new query.
- Messages sent since the hourly aggregation last ran are not counted.
2023-10-26 12:54:56 -07:00
..
__init__.py
activity_common.py analytics: Move remote server view to separate file. 2023-10-05 12:31:57 -07:00
installation_activity.py analytics: Replace get_realm_day_counts with a faster query. 2023-10-26 12:54:56 -07:00
realm_activity.py models: Always search Messages with a realm_id or id limit. 2023-09-11 15:00:37 -07:00
remote_activity.py analytics: Move remote server view to separate file. 2023-10-05 12:31:57 -07:00
stats.py stats: Support fetching StreamCount based on stream_id. 2023-10-16 15:10:14 -07:00
support.py remote_support: Remote redundant remote_installation_stats_link context. 2023-10-17 18:05:27 -07:00
user_activity.py ruff: Fix PLR1714 Consider merging multiple comparisons. 2023-07-23 15:21:33 -07:00