diff options
author | Stephen Finucane <stephen@that.guru> | 2018-09-10 14:44:03 -0600 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2018-09-10 14:45:54 -0600 |
commit | 8172c59b09e2b86658ecdb13289b37a8d50ccf2b (patch) | |
tree | dc6a21b64b0476bfd5470501c8f18faf062e73ae | |
parent | 84def8549f6fc624a523e4c45480305848f29cc9 (diff) | |
download | patchwork-8172c59b09e2b86658ecdb13289b37a8d50ccf2b.tar patchwork-8172c59b09e2b86658ecdb13289b37a8d50ccf2b.tar.gz |
docs: Add release note for recent DB optimizations
Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r-- | releasenotes/notes/db-improvements-dc833d1be89f117e.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/db-improvements-dc833d1be89f117e.yaml b/releasenotes/notes/db-improvements-dc833d1be89f117e.yaml new file mode 100644 index 0000000..262c5cd --- /dev/null +++ b/releasenotes/notes/db-improvements-dc833d1be89f117e.yaml @@ -0,0 +1,5 @@ +--- +other: + - | + The performance of various pages has been improved with the addition of + some database indexes and optimization of some queries. |