mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-05 16:19:35 +00:00
3 lines
147 B
SQL
3 lines
147 B
SQL
-- add timestamp index for test case result reindex performance
|
|
CREATE INDEX idx_timestamp_desc ON data_quality_data_time_series (timestamp DESC);
|