forked-synapse/synapse/storage/schema/main/delta/80
Erik Johnston 3b3fed7229
Increase perf of read/write locks (#16149)
We do this by marking the tables as `UNLOGGED` in PostgreSQL.
2023-08-23 09:23:22 +01:00
..
01_users_alter_locked.sql Implements admin API to lock an user (MSC3939) (#15870) 2023-08-10 09:10:55 +00:00
02_read_write_locks_unlogged.sql.postgres Increase perf of read/write locks (#16149) 2023-08-23 09:23:22 +01:00
02_scheduled_tasks.sql Implements a task scheduler for resumable potentially long running tasks (#15891) 2023-08-21 14:17:13 +02:00