matrix-org / rust-synapse-compress-state

A tool to compress some state in a Synapse instance's database
https://pypi.org/project/synapse-auto-compressor/
Apache License 2.0
143 stars 33 forks source link

db fetch time claims to take zero seconds #3

Open turt2live opened 5 years ago

turt2live commented 5 years ago
Fetching state from DB for room '!redacted:t2l.io'...
  [0s] 8 rows retrieved

Even though it is only 8 rows, I watched it take over 5 minutes.

turt2live commented 5 years ago

there's a good chance that is connection time...

kroeckx commented 3 years ago

I think it only starts the count after it received the first row.