1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Add reminder to check query order

This commit is contained in:
kodumbeats 2021-10-27 18:31:25 -04:00
parent 6e46e2fb0f
commit 92e48e273d

View file

@ -353,6 +353,7 @@ App::get('/v1/database/usage')
];
$backfill--;
}
// TODO@kodumbeats explore performance if query is ordered by time ASC
$stats[$metric] = array_reverse($stats[$metric]);
}
});