Repetitive SQL queries being run against configuration table #117

クローズ
aheathershaw2018-10-15 13:56:43 +01:00に作成 · 1件のコメント
オーナー

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
作成者
オーナー

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
説明はありません。