Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Replication message overhead, especially for ACK. #1636

Open
@lmwnshn

Description

@lmwnshn

The message payload is a very small fraction of the overall message.

Here's an example of an ACK:
image

It is not as bad, but still somewhat bad, for lengthier messages such as TXN_APPLIED. Note that we could theoretically Huffman encode the keys or whatever and significantly shrink the message size, which brings us back to the ACK case:

image

To fix this, we should examine batching messages, or maintaining a channel to send small messages over.

Metadata

Metadata

Assignees

No one assigned

    Labels

    performancePerformance related issues or changes.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions