Repetitive SQL queries being run against configuration table #117

Fechado
aberto por aheathershaw 2018-10-15 13:56:43 +01:00 · 1 comentário
Proprietário

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 adicionou esta issue para o marco Version 2.2.0-beta.1 2018-10-15 13:56:43 +01:00
aheathershaw se auto atribuiu para esta issue 2018-10-15 13:56:43 +01:00
aheathershaw adicionou os rótulos
bug
enhancement
2018-10-15 13:56:43 +01:00
Autor
Proprietário

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.
Acesse para participar desta conversação.
Sem responsável
1 participante(s)
Notificações
Data limite
A data limite é inválida ou está fora do intervalo. Por favor, use o formato 'dd/mm/aaaa'.

Data limite não informada.

Dependências

Nenhuma dependência definida.

Referência: aheathershaw/blue-twilight#117
Nenhuma descrição fornecida.