Slides et vidéo du webinar Astuces et bonnes pratiques pour la performance MySQL

January 25, 2021

Le 1 novembre dernier, a eu lieu le webinar: Astuces et bonnes pratiques pour la performance MySQL.

Comments Off on Slides et vidéo du webinar Astuces et bonnes pratiques pour la performance MySQL

Webinar – Astuces et bonnes pratiques pour la performance MySQL

November 13, 2020
Tags:

Ce jeudi 19 novembre 2020 à 11h (CET), l’équipe MySQL France organise un webinar en français intitulé :

Astuces et bonnes pratiques pour la performance MySQL

Comments Off on Webinar – Astuces et bonnes pratiques pour la performance MySQL

Constant-Folding Optimization in MySQL 8.0

May 7, 2019

In MySQL 8.0.16 the optimizer has improved again!
Comparisons of columns of numeric types with constant values are checked and folded or removed for invalid or out-of-rage values.
The goal is to speed up query execution.

Comments Off on Constant-Folding Optimization in MySQL 8.0