Repetitive SQL queries being run against configuration table #117

Cerrada
abierta 2018-10-15 13:56:43 +01:00 por aheathershaw · 1 comentario
Propietario

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 ha añadido esto al hito Version 2.2.0-beta.1 2018-10-15 13:56:43 +01:00
aheathershaw auto asignado este 2018-10-15 13:56:43 +01:00
aheathershaw añadió las etiquetas
bug
enhancement
2018-10-15 13:56:43 +01:00
aheathershaw cerró esta incidencia 2018-10-15 13:58:03 +01:00
Autoría
Propietario

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.
Inicie sesión para unirse a esta conversación.
No asignados
1 participantes
Notificaciones
Fecha de vencimiento
La fecha de vencimiento es inválida o está fuera de rango. Por favor utilice el formato 'aaaa-mm-dd'.

Sin fecha de vencimiento.

Dependencias

No se han establecido dependencias.

Referencia: aheathershaw/blue-twilight#117
No se ha proporcionado una descripción.