Optimize query for suggestions list #288

Closed
opened 2024-10-28 09:29:44 +00:00 by fricklerhandwerk · 5 comments
fricklerhandwerk commented 2024-10-28 09:29:44 +00:00 (Migrated from github.com)

The query on the suggestion view currently takes too long to demo

The query on the suggestion view currently takes too long to demo
erictapen commented 2024-11-11 12:05:04 +00:00 (Migrated from github.com)
Fixed by https://github.com/Nix-Security-WG/nix-security-tracker/pull/292, right?
fricklerhandwerk commented 2024-11-11 12:11:22 +00:00 (Migrated from github.com)

No:

All that remains is adding the right indexes to optimize the main queries. https://github.com/Nix-Security-WG/nix-security-tracker/pull/292#issue-2618045692

No: > All that remains is adding the right indexes to optimize the main queries. https://github.com/Nix-Security-WG/nix-security-tracker/pull/292#issue-2618045692
erictapen commented 2024-11-11 12:16:28 +00:00 (Migrated from github.com)

Oops, sorry

Oops, sorry
RaitoBezarius commented 2024-11-20 18:23:35 +00:00 (Migrated from github.com)

With the newest PR #378, the target is to cache anything that triggers additional queries, currently with 378, the cve_id triggers a needless fetch.

With the newest PR #378, the target is to cache anything that triggers additional queries, currently with 378, the cve_id triggers a needless fetch.
fricklerhandwerk commented 2024-11-28 16:28:54 +00:00 (Migrated from github.com)

Closed by #378

Closed by #378
Sign in to join this conversation.
No description provided.