mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-06 14:15:20 -05:00
![Sean Quah](/assets/img/avatar_default.png)
PostgreSQL may underestimate the number of distinct `room_id`s in `event_search`, which can cause it to use table scans for queries for multiple rooms. Fix this by setting `n_distinct` on the column. Resolves #14402. Signed-off-by: Sean Quah <seanq@matrix.org>
Synapse Database Schemas
This directory contains the schema files used to build Synapse databases. For more information, see https://matrix-org.github.io/synapse/develop/development/database_schema.html.