From e543fddc2aac8cc8fa530a09f666a2672739e44c Mon Sep 17 00:00:00 2001 From: sandhose Date: Tue, 9 Jul 2024 09:53:39 +0000 Subject: deploy: abb1384502f66ddde3fd0db844c4e719b01023ff --- v1.111/room_and_user_statistics.html | 219 +++++++++++++++++++++++++++++++++++ 1 file changed, 219 insertions(+) create mode 100644 v1.111/room_and_user_statistics.html (limited to 'v1.111/room_and_user_statistics.html') diff --git a/v1.111/room_and_user_statistics.html b/v1.111/room_and_user_statistics.html new file mode 100644 index 0000000000..71f540905b --- /dev/null +++ b/v1.111/room_and_user_statistics.html @@ -0,0 +1,219 @@ + + + + + + Room and User Statistics - Synapse + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + +
+
+ +
+ +
+ +

Room and User Statistics

+

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.

+

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

+

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.

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + -- cgit 1.5.1