Repetitive SQL queries being run against configuration table #117

Gesloten
2018-10-15 13:56:43 +01:00 geopend door aheathershaw · 1 comment
Eigenaar

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 heeft dit 2018-10-15 13:56:43 +01:00 aan de mijlpaal Version 2.2.0-beta.1 toegevoegd
aheathershaw heeft dit 2018-10-15 13:56:43 +01:00 aan zichzelf toegewezen
aheathershaw voegde de
bug
enhancement
labels 2018-10-15 13:56:43 +01:00 toe
aheathershaw heeft dit probleem gesloten 2018-10-15 13:58:03 +01:00
Author
Eigenaar

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.
Log in om deel te nemen aan deze discussie.
Niet toegewezen
1 deelnemers
Notificaties
Vervaldatum
De deadline is ongeldig of buiten bereik. Gebruik het formaat 'jjjj-mm-dd'.

Geen vervaldatum ingesteld.

Afhankelijkheden

Geen afhankelijkheden ingesteld.

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