2019-09-04 08:04:27 -04:00
|
|
|
|
Room and User Statistics
|
|
|
|
|
========================
|
|
|
|
|
|
2021-07-08 11:57:13 -04:00
|
|
|
|
Synapse maintains room and user statistics in various tables. These can be used
|
|
|
|
|
for administrative purposes but are also used when generating the public room
|
|
|
|
|
directory.
|
2019-09-04 08:04:27 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Synapse Developer Documentation
|
|
|
|
|
|
|
|
|
|
## High-Level Concepts
|
|
|
|
|
|
|
|
|
|
### Definitions
|
|
|
|
|
|
|
|
|
|
* **subject**: Something we are tracking stats about – currently a room or user.
|
|
|
|
|
* **current row**: An entry for a subject in the appropriate current statistics
|
|
|
|
|
table. Each subject can have only one.
|
|
|
|
|
|
|
|
|
|
### Overview
|
|
|
|
|
|
2021-07-08 11:57:13 -04:00
|
|
|
|
Stats correspond to the present values. Current rows contain the most up-to-date
|
|
|
|
|
statistics for a room. Each subject can only have one entry.
|