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#16879] DocDB: Extract encoding related part from docdb to d…
…ockv Summary: DocDB library consists of two parts. The first part is responsible to key-value encoding and decoding. The second part is responsible for fetching data rocksdb and other high level communications. They are partially separated to docdb and docdb_encoding libraries libraries. But files related to both parts still placed in docdb source directory. This diff places files related to encoding to newly introduced dockv library. So all modules that depended on docdb_encoding now depends on dockv. Also moved other parts that are encoding related to this new library. Test Plan: Jenkins Reviewers: mbautin, skumar, timur, bogdan Reviewed By: timur, bogdan Subscribers: bogdan, asrivastava, ybase, xCluster Differential Revision: https://phabricator.dev.yugabyte.com/D24491
- Loading branch information
Showing
280 changed files
with
2,952 additions
and
2,762 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -826,6 +826,7 @@ set(YB_SUBDIR_NAMES | |
common | ||
consensus | ||
docdb | ||
dockv | ||
encryption | ||
fs | ||
gen_yrpc | ||
|
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.