Database / InfluxDb interview questions II
What is schema drift in time-series systems and how do you prevent it?
Schema drift occurs when producers change fields/tags unpredictably. Prevent it with contracts, producer validation, and CI checks.
More Related questions...