Repetitive SQL queries being run against configuration table #117

zavřený
otevřeno 2018-10-15 13:56:43 +01:00 uživatelem aheathershaw · 1 comment
Vlastník

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 přidal/a toto do milníku Version 2.2.0-beta.1 2018-10-15 13:56:43 +01:00
aheathershaw přiřadil/a sobě toto 2018-10-15 13:56:43 +01:00
aheathershaw přidal/a
bug
enhancement
štítky 2018-10-15 13:56:43 +01:00
aheathershaw uzavřel/a tento úkol 2018-10-15 13:58:03 +01:00
Autor
Vlastník

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.
Přihlaste se pro zapojení do konverzace.
Bez zpracovatelů
1 účastníků
Oznámení
Termín dokončení
Termín dokončení není platný nebo je mimo rozsah. Použijte prosím formát „rrrr-mm-dd“.

Žádný termín dokončení.

Závislosti

Nejsou nastaveny žádné závislosti.

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