Considering Index Design When Using A Nullable DateTime Column To Record A Scheduled Action

added by JavaScript Kicks
6/25/2019 12:30:25 PM

294 Views

Ben Nadel explores the composition of a composite index in MySQL when using a nullable DateTime column to track scheduled actions. This is particularly interesting because it forces you arrange the columns in the opposite order of what would be the normal "mental model" for record identification. SQL is fun!


0 comments