Repetitive SQL queries being run against configuration table #117

Закрито
2018-10-15 13:56:43 +01:00 відкрито aheathershaw · 1 comment
aheathershaw прокоментував(ла) 2018-10-15 13:56:43 +01:00
Власник

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 додав(ла) до Version 2.2.0-beta.1 етапу 2018-10-15 13:56:43 +01:00
aheathershaw самостійно призначений 2018-10-15 13:56:43 +01:00
aheathershaw додано
bug
enhancement
з мітками 2018-10-15 13:56:43 +01:00
aheathershaw закрив цю задачу 2018-10-15 13:58:03 +01:00
aheathershaw прокоментував(ла) 2018-10-15 13:58:36 +01:00
Author
Власник

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.
Підпишіться щоб приєднатися до обговорення.
Без мітки
bug
enhancement
feature
invalid
task
wip
Етап відсутній
Немає виконавця
1 учасників
Сповіщення
Дата завершення
Термін дії не дійсний або знаходиться за межами допустимого діапазону. Будь ласка використовуйте формат 'yyyy-mm-dd'.

Термін виконання не встановлений.

Залежності

No dependencies set.

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