Skip to content

[DocDB] Use lightweight protobuf for UpdateConsensus #13703

Closed
@spolitov

Description

Jira Link: DB-3243

Description

UpdateConsensus is pretty heavy and frequent RPC in our system.
It allocates a lot of memory and could release it in another thread, that does not work well with tcmalloc.
We could use lightweight protobufs to lower memory allocation and deallocation by UpdateConsensus.

Metadata

Assignees

Labels

area/docdbYugabyteDB core featureskind/enhancementThis is an enhancement of an existing featurepriority/mediumMedium priority issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions