You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
SELECT user_id, MAX(stream_id) FROM device_inbox WHERE stream_id > 274181 - 100000 GROUP BY user_id
explain SELECT user_id, MAX(stream_id) FROM device_inbox WHERE stream_id > 274181 - 100000 GROUP BY user_id;
QUERY PLAN
-------------------------------------------------------------------------------------------------------------
HashAggregate (cost=259595.44..259601.27 rows=583 width=27)
Group Key: user_id
-> Index Scan using device_inbox_stream_id on device_inbox (cost=0.43..250096.69 rows=1899751 width=27)
Index Cond: (stream_id > 174181)
(4 rows)
The text was updated successfully, but these errors were encountered:
This means that the server takes a long time to start.
https://github.com/matrix-org/synapse/blob/v0.18.5/synapse/storage/__init__.py#L188
The text was updated successfully, but these errors were encountered: