Modify ↓
Ticket #1113 (closed enhancement: fixed)
DBStats MySQL Indexes
Reported by: | https://www.google.com/accounts/o8/id?id=AItOawmPND9hLM-9OK1G8nL1xVVEEDXIbudo2IE | Owned by: | laszlo |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 1.3.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: |
Description
Had an awful time with MySQL performance with DBStats, turns out a couple indexes make it much more usable. Would suggest including these with the code to create the table.
create index idx_report_reason_version on reports_reason (version(100)); create index idx_report_reason_current_diff on reports_reason (current_diff(10000));
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
This may no longer be an issue with 1.3 as the schema has this table was heavily modified and split up.