Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: disallow distsql_workmem of less than 2B
This commit disallows users to set `distsql_workmem` session variable (as well as the corresponding cluster setting) to a value lower than 2B. The rationale is that internally we treat 1B as "force disk spilling" testing scenario and have some places where the setting is ignored if it is 1B. Non-positive values don't make sense too. It shouldn't really be a problem to users since nobody should be setting this value this low. Release note: None
- Loading branch information