-
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.
[#11035] DocDB: Replace two calls to Append with one call to AppendSl…
…ices in WritableLogSegment::WriteEntryBatch Summary: Currently, we call writable_file_->Append twice in WritableLogSegment::WriteEntryBatch. It could be replaced with writable_file_->AppendSlices to minimize the amount of system calls. Test Plan: Jenkins Reviewers: rthallam Reviewed By: rthallam Subscribers: kannan, fhoogland, ybase, bogdan Differential Revision: https://phabricator.dev.yugabyte.com/D14963
- Loading branch information
Showing
4 changed files
with
41 additions
and
15 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
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