mirror of
https://github.com/fleetdm/fleet
synced 2026-05-16 13:38:43 +00:00
#16562 Updated MySQL host_operating_system insert statement to reduce table lock time. # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [ ] Added/updated tests - Existing tests provide full coverage of the changes. - [x] Manual QA for all new/changed functionality
1 line
125 B
Text
1 line
125 B
Text
Updated MySQL host_operating_system insert statement to reduce table lock time and optimize performance for the common case.
|