added historian indexes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CREATE INDEX IF NOT EXISTS idx_historian_key_time
|
||||
ON historian_sample(key_name, sampled_at);
|
||||
|
||||
CREATE INDEX IF NOT EXISTS idx_historian_sampled_at
|
||||
ON historian_sample(sampled_at);
|
||||
Reference in New Issue
Block a user