mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-06 16:47:29 +00:00
3 lines
147 B
MySQL
3 lines
147 B
MySQL
![]() |
-- add timestamp index for test case result reindex performance
|
||
|
CREATE INDEX idx_timestamp_desc ON data_quality_data_time_series (timestamp DESC);
|