Repetitive SQL queries being run against configuration table #117

已關閉
建立於 2018-10-15 13:56:43 +01:00aheathershaw · 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 加入了
bug
enhancement
標籤 2018-10-15 13:56:43 +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.
登入 才能加入這對話。
未選擇里程碑
沒有負責人
1 參與者
通知
截止日期
截止日期無效或超出範圍,請使用「yyyy-mm-dd」的格式。

未設定截止日期。

先決條件

未設定先決條件。

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