user_stats_current
634 rows
This data as json, CSV (advanced)
Suggested facets: joined_rooms
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE user_stats_current (
user_id TEXT NOT NULL PRIMARY KEY,
joined_rooms BIGINT NOT NULL,
-- The maximum delta stream position that this row takes into account.
completed_delta_stream_id BIGINT NOT NULL
);