Replace postgres GIN with GIST
This is because GIN can be slow to write too, especially when the table gets large.
Showing
- synapse/storage/prepare_database.py 1 addition, 1 deletionsynapse/storage/prepare_database.py
- synapse/storage/schema/delta/38/postgres_fts_gist.sql 17 additions, 0 deletionssynapse/storage/schema/delta/38/postgres_fts_gist.sql
- synapse/storage/search.py 27 additions, 0 deletionssynapse/storage/search.py
Loading
Please register or sign in to comment