mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
- Move host `additional` into a separate table. - Join when that data is needed. - API change: `/api/v1/fleet/hosts` now returns only the requested `additional` columns, unless `*` is provided as the sole argument. Background: A customer reported that MySQL binlogs grew huge and replication lag went way up when data was stored in the `additional` column. In this deployment MySQL was running with ROW replication. This would cause the entire `additional` data to be copied on each update of the host checkin time. While switching to STATEMENT or MIXED replication would likely mitigate the issue, this was not an option in their environment. |
||
|---|---|---|
| .. | ||
| datastore.go | ||
| datastore_appconfig.go | ||
| datastore_appconfig_helpers.go | ||
| datastore_campaigns.go | ||
| datastore_carves.go | ||
| datastore_hosts.go | ||
| datastore_invites.go | ||
| datastore_invites_helpers.go | ||
| datastore_labels.go | ||
| datastore_osquery_options.go | ||
| datastore_packs.go | ||
| datastore_queries.go | ||
| datastore_query_results.go | ||
| datastore_scheduled_queries.go | ||
| datastore_sessions.go | ||
| datastore_software.go | ||
| datastore_targets.go | ||
| datastore_users.go | ||
| datastore_users_helpers.go | ||
| errors.go | ||
| service.go | ||
| service_osquery.go | ||