You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #5165, we have benchmarked the ser / de of key / value encoding. We discovered that ser/de of value encoding for List and Struct are slower than key encoding. The perf gap comes from the use of protobuf.
The perf of ser/de of value encoding for List and Struct has improved a lot by #5880, but deserialization of value encoding for List is still slower than key encoding.
Should I close this issue?
In #5165, we have benchmarked the ser / de of key / value encoding. We discovered that ser/de of value encoding for
List
andStruct
are slower than key encoding. The perf gap comes from the use ofprotobuf
.risingwave/src/common/src/util/value_encoding/mod.rs
Lines 74 to 104 in 3cd78e7
Possible solutions:
Related context:
The text was updated successfully, but these errors were encountered: