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 writing to ro…
…cksdb Summary: RocksDB WAL is disabled in our system. So we could avoid creating write batch while writing to RocksDB. This diff introduces DirectWriter,that allows us to avoid serializing key and values before writing them to RocksDB. DirectWriter is used when applying WriteOperation. In a follow-up diff we could use DirectWriter to also apply transaction intents. Test Plan: Jenkins Reviewers: timur, mbautin Reviewed By: timur, mbautin Subscribers: mbautin, ybase, bogdan Differential Revision: https://phabricator.dev.yugabyte.com/D15368
- Loading branch information
Showing
35 changed files
with
892 additions
and
556 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
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.