A time series database (TSDB) is a database built specifically to store and query data that’s tied to timestamps. This could include things like sensor readings, stock prices, server metrics, or IoT data. Basically anything where the when is just as important as the what.
Standard relational databases can technically store this kind of data, but they weren’t designed for it. Time series databases are optimized from the ground up for time-ordered data, which means they’re faster, more efficient, and more practical for time-heavy workloads.