Repetitive SQL queries being run against configuration table #117

Zamknięty
otworzone 2018-10-15 13:56:43 +01:00 przez aheathershaw · 1 comment
Właściciel

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 dodaje to do kamienia milowego Version 2.2.0-beta.1 2018-10-15 13:56:43 +01:00
aheathershaw przypisuje to na siebie 2018-10-15 13:56:43 +01:00
aheathershaw dodano
bug
enhancement
etykiety 2018-10-15 13:56:43 +01:00
aheathershaw zamknął(-ęła) to zgłoszenie 2018-10-15 13:58:03 +01:00
Author
Właściciel

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.
Zaloguj się, aby dołączyć do tej rozmowy.
Brak kamienia milowego
Brak przypisanych
Uczestnicy 1
Powiadomienia
Termin realizacji
Data realizacji jest niewłaściwa lub spoza zakresu. Użyj formatu 'yyyy-mm-dd'.

Brak ustawionego terminu realizacji.

Zależności

No dependencies set.

Reference: aheathershaw/blue-twilight#117
No description provided.