1
0
Files
synapse/changelog.d/18672.misc
Erik Johnston bf0370162f Speed up inserting into stream_positions (#18672)
By ensuring we don't do a no-op `UPDATE`, as this causes new tuples to
be written in postgres.
2025-07-09 11:48:06 +01:00

2 lines
59 B
Plaintext

Minor speed up of insertion into `stream_positions` table.