diff options
author | Frederick Muriuki Muriithi | 2022-10-24 03:29:14 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-10-24 03:29:14 +0300 |
commit | e162f0f6260b1b0b4f958b527f090e58010e5ad7 (patch) | |
tree | aec22983cc567c4e215ecbbbd771235cda04d441 | |
parent | 2a33d0c67c32a80055241404aa8efb8c1aff6d23 (diff) | |
download | gn-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.
-rw-r--r-- | issues/do-bulk-query-for-correlation-results-display.gmi | 7 |
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 |