Repetitive SQL queries being run against configuration table #117

Закрыто
открыта 2018-10-15 13:56:43 +01:00 aheathershaw · 1 комментарий
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
Автор
Владелец

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 участников
Уведомления
Срок выполнения
Срок действия недействителен или находится за пределами допустимого диапазона. Пожалуйста, используйте формат 'гггг-мм-дд'.

Срок выполнения не установлен.

Зависимости

Зависимостей нет.

Ссылка: aheathershaw/blue-twilight#117
Описание отсутствует.