mirror of https://github.com/watcha-fr/synapse
Use simple_select_many_txn in event persistance code. (#16585)
Just to standardize on the normal helpers, it might also have a slight perf improvement on PostgreSQL which will now use `ANY (?)` instead of `IN (?, ?, ...)`.1.103.0-whithout-watcha
parent
c812f43bd7
commit
0afbef30cf
@ -0,0 +1 @@ |
||||
Use standard SQL helpers in persistence code. |
Loading…
Reference in new issue