Add indexes to monitor run and testing route

This commit is contained in:
durch
2024-11-27 10:30:11 +01:00
parent e7f806219c
commit 50405de8d4
@@ -0,0 +1,8 @@
/*
* Copyright 2024 - Nym Technologies SA <contact@nymtech.net>
* SPDX-License-Identifier: Apache-2.0
*/
create index monitor_run_timestamp on monitor_run(timestamp);
create index monitor_run_id on monitor_run(id);
create index testing_route_monitor_run_id on testing_route(monitor_run_id)