dendrite/roomserver/storage
Till add73ec866
Speed up loading ACLs on startup (#3469)
Currently d.m.org struggles to start, as it is fetching several thousand
ACLs on startup.
The reason is that we're loading the entire room state into memory, only
to filter out the majority of it, because we only care about certain
types.

This change filters the types (tuples) directly when querying the
database, so we don't end up with unneeded state.
2024-12-19 20:24:52 +00:00
..
postgres Fix linting 2024-11-14 16:40:08 +01:00
shared Speed up loading ACLs on startup (#3469) 2024-12-19 20:24:52 +00:00
sqlite3 Fix linting 2024-11-14 16:40:08 +01:00
tables Rename the go package 2024-10-17 17:33:45 +02:00
interface.go Speed up loading ACLs on startup (#3469) 2024-12-19 20:24:52 +00:00
storage.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00
storage_wasm.go Update the license headers to mention the commercial license 2024-10-18 16:14:08 +02:00