-
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.
[#3520] DocDB: Packed row configuration flags
Summary: This diff adds the following flags to configure packed row behaviour. And also adds logic to handle size based packed row limit. * ysql_enable_packed_row - Whether packed row is enabled for YSQL. * ysql_packed_row_size_limit - Packed row size limit for YSQL. 0 to pick this value from block size. * ycql_enable_packed_row - Whether packed row is enabled for YCQL. * ycql_packed_row_size_limit - Packed row size limit for YCQL. 0 to pick this value from block size. When packed row is over limit, then remaining columns will be stored as separate key values. Test Plan: PgPackedRowTest.BigValue Reviewers: mbautin Reviewed By: mbautin Subscribers: kannan, rthallam, ybase Differential Revision: https://phabricator.dev.yugabyte.com/D17409
- Loading branch information
Showing
13 changed files
with
249 additions
and
95 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
Oops, something went wrong.