1
0
Fork 0

Repetitive SQL queries being run against configuration table #117

Geschlossen
2018-10-15 13:56:43 +01:00 von aheathershaw geöffnet · 1 Kommentar
Besitzer

Whilst analysing SQL queries for a new feature, I've noticed that a large number of select * from configuration where key = ? queries are being run.

We could cache the contents of the table once per request - and use the cache to avoid repeated lookups.

Whilst analysing SQL queries for a new feature, I've noticed that a large number of `select * from configuration where key = ?` queries are being run. We could cache the contents of the table once per request - and use the cache to avoid repeated lookups.
aheathershaw hat diesen Issue 2018-10-15 13:56:43 +01:00 zum Version 2.2.0-beta.1 Meilenstein hinzugefügt
aheathershaw hat sich das Issue 2018-10-15 13:56:43 +01:00 selbst zugewiesen
aheathershaw hat die Labels
bug
enhancement
2018-10-15 13:56:43 +01:00 hinzugefügt
aheathershaw hat diesen Issue 2018-10-15 13:58:03 +01:00 geschlossen
Autor
Besitzer

This change has resulted in a dramatic improvement in the perception of the speed of the system.

This change has resulted in a dramatic improvement in the perception of the speed of the system.
Anmelden, um an der Diskussion teilzunehmen.
Kein Meilenstein
Niemand zuständig
1 Beteiligte
Nachrichten
Fällig am
Das Fälligkeitsdatum ist ungültig oder außerhalb des zulässigen Bereichs. Bitte verwende das Format „jjjj-mm-tt“.

Kein Fälligkeitsdatum gesetzt.

Abhängigkeiten

Keine Abhängigkeiten gesetzt.

Referenz: aheathershaw/blue-twilight#117
Keine Beschreibung angegeben.