mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 11:09:14 +00:00
fix: added index on timestamp field for reindex (#19101)
This commit is contained in:
parent
254fce4138
commit
bd68d959f3
@ -0,0 +1,2 @@
|
||||
-- add timestamp index for test case result reindex performance
|
||||
ALTER TABLE data_quality_data_time_series ADD INDEX `idx_timestamp_desc` (timestamp DESC);
|
||||
@ -0,0 +1,2 @@
|
||||
-- add timestamp index for test case result reindex performance
|
||||
CREATE INDEX idx_timestamp_desc ON data_quality_data_time_series (timestamp DESC);
|
||||
Loading…
x
Reference in New Issue
Block a user