summaryrefslogtreecommitdiff
path: root/issues
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-10-24 03:29:14 +0300
committerFrederick Muriuki Muriithi2022-10-24 03:29:14 +0300
commite162f0f6260b1b0b4f958b527f090e58010e5ad7 (patch)
treeaec22983cc567c4e215ecbbbd771235cda04d441 /issues
parent2a33d0c67c32a80055241404aa8efb8c1aff6d23 (diff)
downloadgn-gemtext-e162f0f6260b1b0b4f958b527f090e58010e5ad7.tar.gz
Issues (do-bulk-query-for-correlation-results-display): Close issue
* issues/do-bulk-query-for-correlation-results-display.gmi: add some notes and close the issue.
Diffstat (limited to 'issues')
-rw-r--r--issues/do-bulk-query-for-correlation-results-display.gmi7
1 files changed, 5 insertions, 2 deletions
diff --git a/issues/do-bulk-query-for-correlation-results-display.gmi b/issues/do-bulk-query-for-correlation-results-display.gmi
index dd8c77e..dfe8c59 100644
--- a/issues/do-bulk-query-for-correlation-results-display.gmi
+++ b/issues/do-bulk-query-for-correlation-results-display.gmi
@@ -2,9 +2,9 @@
## Tags
-* assigned:
+* assigned: fredm
* priority: high
-* status
+* status: closed
* keywords: correlations, bulk queries, optimisation
* type: enhancement, optimisation
@@ -14,3 +14,6 @@
in lines 118 to 120 (call to `create_trait(...)) queries the database at least once every iteration, which leads to performance issues.
We need to replace this with a single bulk query that gets all the appropriate data and sets up all the expected data.
+
+This new issue has been superceded by
+=> /issues/decouple-tasks-in-results-display this one