OpenMetadata/bootstrap/sql/migrations/native/1.6.2/postgres/schemaChanges.sql

2 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);