Skip to content

CPU usage #402

@ghost

Description

Watch

  • single node src+dest: 100%
  • separate src & dest: each is ~80%
  • flamegraph torch.svg.zip

Analysis

  • gob encode/decode takes CPU time
  • siddontang/go-mysql read packet -> Read
    • No new binlog data is being generated. Is it some polling?
    • DONE: re-watch the process and generate flamegraph (with SkipIncrementalCopy: true).
      • recorded in incremental process

Plan

  • replace gob with avro || ?
    • gob is 'self-describing', which is not necessary for our pre-defined structures.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions