diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-15 17:35:53 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-08-17 10:58:30 +0100 |
commit | 1bdef6cf43c1c6bd8f58a2533468db09b098213c (patch) | |
tree | 4f76b1cb8e2bd14018c97db4b951997b4abfc318 /CHANGELOG.md | |
parent | 60b941bc7868c4b0a829f7d497262015d6ab69c4 (diff) |
Store duplicate reverse lookups upon dupe setting.
This avoids the need to search the whole table to find a report's
duplicates. And is easier than constructing an index or upgrading
PostgreSQL.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c937b10..38e1d4674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - Stop errors from JS validator due to form in form. - Stop update form toggle causing report submission. - Update map size if an extra column has appeared. + - Improve performance of duplicate display. - Development improvements: - `switch-site` script to automate switching config.yml files. #1741 |