diff options
author | Erik Johnston <erik@matrix.org> | 2016-11-03 14:59:59 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-11-03 15:00:03 +0000 |
commit | 8fd4d9129f17e9df42302269e4f73ae8417dde23 (patch) | |
tree | 494394e95b344e45453935b18f7de226a16d7320 /synapse/storage/schema/delta | |
parent | Merge pull request #1191 from matrix-org/dbkr/non_ascii_passwords (diff) | |
download | synapse-8fd4d9129f17e9df42302269e4f73ae8417dde23.tar.xz |
Replace postgres GIN with GIST
This is because GIN can be slow to write too, especially when the table gets large.
Diffstat (limited to 'synapse/storage/schema/delta')
-rw-r--r-- | synapse/storage/schema/delta/38/postgres_fts_gist.sql | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/synapse/storage/schema/delta/38/postgres_fts_gist.sql b/synapse/storage/schema/delta/38/postgres_fts_gist.sql new file mode 100644 |