forked from yugabyte/yugabyte-db
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[yugabyte#11409] DocDB: Skip creating write batch while applying and …
…removing intents Summary: Recently we added DirectWriter to write to RocksDB w/o creating WriteBatch. I.e. write directly to MemTable. Here we use DirectWriter to apply and remove intents. Test Plan: Jenkins Reviewers: mbautin, timur Reviewed By: timur Subscribers: kannan, ybase Differential Revision: https://phabricator.dev.yugabyte.com/D15582
- Loading branch information
Showing
8 changed files
with
410 additions
and
314 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
Oops, something went wrong.