mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-08 17:50:28 +00:00
2 lines
154 B
MySQL
2 lines
154 B
MySQL
![]() |
-- add timestamp index for test case result reindex performance
|
||
|
ALTER TABLE data_quality_data_time_series ADD INDEX `idx_timestamp_desc` (timestamp DESC);
|