[DocDB] Switch update consensus to lightweight protobufs #11893
Labels
area/docdb
YugabyteDB core features
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
Jira Link: DB-943
Description
Switch update consensus to lightweight protobufs, this reduces a bunch of CPU around additional memory allocations/deallocations, memory copies etc.
To begin with the Write and UpdateTransaction scenarios of UpdateConsensus can be tackled first, as they account for 99% of the UpdateConsensus RPCs.
The fix in #11720 can be used as the template.
The text was updated successfully, but these errors were encountered: