1
0

No need to order by stuff that isn't different

See https://github.com/matrix-org/synapse/pull/14494#discussion_r1028925226
This commit is contained in:
Eric Eastwood
2022-11-22 00:41:13 -06:00
parent 65a5d8ffdb
commit d4b647b4bf

View File

@@ -335,8 +335,6 @@ class StateGroupDataStore(StateBackgroundUpdateStore, SQLBaseStore):
)
AND (type = ? AND state_key = ?)
ORDER BY
type,
state_key,
-- Use the lastest state in the chain (highest numbered state_group in the chain)
state_group DESC
LIMIT 1