This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4399cefa257eafaa1af821f4542cedf191400a27
librenms-librenms
/
sql-schema
/
273.sql
T
2 lines
78 B
SQL
Raw
Normal View
History
Unescape
Escape
Add additional composite index to speed up display of pages where a device has a lot of syslogs. In our environment, this took page loads for some devices from over 60 seconds to nearly instant
2018-12-03 10:44:03 -06:00
ALTER
TABLE
`
syslog
`
ADD
KEY
`
device_id
-
timestamp
`
(
`
device_id
`
,
`
timestamp
`
);
Reference in New Issue
Copy Permalink