Repetitive SQL queries being run against configuration table #117

닫힘
" aheathershaw2018-10-15 13:56:43 +01:00을 오픈" · 1 comment
소유자

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 added the
bug
enhancement
labels 2018-10-15 13:56:43 +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.