時系列データベースとは?
時系列データベース (TSDB) は、メトリクスやセンサー値のように、記録された時刻でスタンプされた値の列を保存しクエリするために作られています。データを時刻と系列の同一性でインデックスし、連続する値はほとんど変化しないため、ポイントを強力に圧縮します。これらの設計により、高い書き込み量を取り込み、範囲クエリに素早く答えられます。
なぜ重要か
汎用データベースは、追記の多いタイムスタンプ付きデータを大規模ではうまく扱えません。TSDB はそれ専用に作られており、だからこそオブザーバビリティのスタックはメトリクスを支えるためにこれに依存します。
関連ガイド
What Is Downsampling?Downsampling reduces the resolution of older time series by aggregating many fine-grained points into fewer s…
What Is a Retention Policy?A retention policy defines how long telemetry data is kept before deletion, balancing the value of historical…
What Is Metric Cardinality?Metric cardinality is the number of distinct time series a metric produces, driven by the unique combinations…