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
Description
The message payload is a very small fraction of the overall message.
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:
To fix this, we should examine batching messages, or maintaining a channel to send small messages over.