diff options
author | Erik Johnston <erik@matrix.org> | 2017-01-13 15:14:41 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-01-13 15:14:41 +0000 |
commit | c050f493dd53a74206338f9a5e567d7bd24fbd5d (patch) | |
tree | feea51a510e861604f1d96009e8252f63ab76007 /synapse/storage | |
parent | Explicitly close the cursor (diff) | |
download | synapse-c050f493dd53a74206338f9a5e567d7bd24fbd5d.tar.xz |
Add comment
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/schema/delta/40/device_inbox.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/storage/schema/delta/40/device_inbox.sql b/synapse/storage/schema/delta/40/device_inbox.sql index ce58fe2082..b9fe1f0480 100644 --- a/synapse/storage/schema/delta/40/device_inbox.sql +++ b/synapse/storage/schema/delta/40/device_inbox.sql @@ -13,6 +13,7 @@ * limitations under the License. */ +-- turn the pre-fill startup query into a index-only scan on postgresql. INSERT into background_updates (update_name, progress_json) VALUES ('device_inbox_stream_index', '{}'); |