grafana/pkg/storage/legacysql
Ryan McKinley 9743e0c903
DualWriter: Error when folder+dashboard modes do not match when running mode4+ (#111286)
2025-09-18 16:43:39 +03:00
..
dualwrite DualWriter: Error when folder+dashboard modes do not match when running mode4+ (#111286) 2025-09-18 16:43:39 +03:00
README.md
db.go

README.md

Legacy SQL

As we transition from our internal sql store towards unified storage, we can sometimes use existing services to implement a k8s compatible storage that can then dual write into unified storage.

However sometimes it is more efficient and cleaner to write explicit SQL commands designed for this goal.

This package provides some helper functions to make this easier.