horaedb icon indicating copy to clipboard operation
horaedb copied to clipboard

Try to optimize the writing protocol to reduce the cpu overhead of pb encoding and decoding

Open chunshao90 opened this issue 1 year ago • 0 comments

Describe This Problem

Refer to #1044.

Proposal

There are two ideas:

  1. The writing protocol directly uses the column-store encoding, such as the arrow.
  2. Learn prost encoding implementation, whether there is optimization.

Additional Context

No response

chunshao90 avatar Jul 11 '23 06:07 chunshao90