horaedb
horaedb copied to clipboard
Try to optimize the writing protocol to reduce the cpu overhead of pb encoding and decoding
Describe This Problem
Refer to #1044.
Proposal
There are two ideas:
- The writing protocol directly uses the column-store encoding, such as the
arrow
. - Learn
prost
encoding implementation, whether there is optimization.
Additional Context
No response