mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Improve performance of billing poller
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE port_in_measurements ADD INDEX (`port_id`, `timestamp`);
|
||||
ALTER TABLE port_out_measurements ADD INDEX (`port_id`, `timestamp`);
|
||||
ALTER TABLE bill_data ADD INDEX (`bill_id`, `timestamp`);
|
||||
Reference in New Issue
Block a user