Faster Paid Orders
The paid-orders list in orders is built from status = 'paid' and currently reads too much data. Add an index on status so this screen finds the needed rows faster.
Speed this query up with an index
SELECT * FROM orders WHERE status = 'paid'
Iba CREATE/ALTER/DROP — žiadny záverečný SELECT nie je potrebný.
Prihláste sa, aby ste videli históriu odoslaní
Prihlásiť saPrihláste sa, aby ste mohli používať AI mentora
Prihlásiť sa