Skip to content

Enhance Autoscaling #974

Description

@morgo

We currently have --enable-experimental-autoscaling for migrations when aurora is auto detected. I like that the initial implementation is more restrictive in functionality because it gives us an opportunity to test it, but there are a lot of opportunities to improve it:

  • We should support targets other than aurora with a --cpus option since we can't auto-detect.
  • We should support move and sync operations as well.
  • We should consider that the read producers also might need scaling (and be careful for checksum that they are not excessive - I don't believe CPU throttlers work on checksum)
  • The threads algorithm is currently using Threads_running from global status. It should be possible to just task threads not blocked on the redo log and over-subscribe, since redo log threads are effectively parked and non runnable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions