dendrite/roomserver/storage
Till 928c8c8c4a
Query rooms with ACLs instead of all rooms (#3338)
This now should actually speed up startup times.
This is because _many_ rooms (like DMs) don't have room ACLs, this means
that we had around 95% pointless DB queries. (as queried on d.m.org)
2024-03-05 20:41:35 +01:00
..
postgres Query rooms with ACLs instead of all rooms (#3338) 2024-03-05 20:41:35 +01:00
shared Query rooms with ACLs instead of all rooms (#3338) 2024-03-05 20:41:35 +01:00
sqlite3 Query rooms with ACLs instead of all rooms (#3338) 2024-03-05 20:41:35 +01:00
tables Query rooms with ACLs instead of all rooms (#3338) 2024-03-05 20:41:35 +01:00
interface.go Query rooms with ACLs instead of all rooms (#3338) 2024-03-05 20:41:35 +01:00
storage_wasm.go Preparations for removing BaseDendrite (#3016) 2023-03-17 11:09:45 +00:00
storage.go Use pointer when passing the connection manager around (#3152) 2023-07-19 13:37:04 +02:00