Repetitive SQL queries being run against configuration table #117

Suljettu
2018-10-15 13:56:43 +01:00 avasi aheathershaw · 1 comment
Omistaja

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 lisäsi tämän merkkipaaluun Version 2.2.0-beta.1 2018-10-15 13:56:43 +01:00
aheathershaw itse otti tämän käsittelyyn 2018-10-15 13:56:43 +01:00
aheathershaw added the
bug
enhancement
labels 2018-10-15 13:56:43 +01:00
aheathershaw sulki tämän ongelman 2018-10-15 13:58:03 +01:00
Tekijä
Omistaja

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.
Sign in to join this conversation.
Ei merkkipaalua
Ei käsittelijää
1 osallistujaa
Ilmoitukset
Määräpäivä
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

Määräpäivää ei asetettu.

Riippuvuudet

Riippuvuuksia ei asetettu.

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