-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#11720] DocDB: Use lightweight protobuf for sending Perform request.
Summary: We use google protobuf for cummunicating between nodes or postgres and tserver. Native protobuf implementation allocates a lot of memory while generating requests. This diff switches Perform RPC to our lightweight protobuf implementation. What uses arena for allocation and tries to avoid allocation as much as possible. Test Plan: Jenkins Reviewers: lnguyen Reviewed By: lnguyen Subscribers: smishra, ybase, bogdan Differential Revision: https://phabricator.dev.yugabyte.com/D16088
- Loading branch information
Showing
66 changed files
with
898 additions
and
797 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.