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
aheathershaw2018-10-15 13:56:43 +01:00 指派給自己
aheathershaw added the
bug
enhancement
label 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.
登入 才能加入這對話。
未選擇里程碑
No Assignees
1 參與者
訊息
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

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