cockroachdb / cockroachdb/docs
release-21.1: sql: use exec cluster settings in schemachange
- Dominant language
- HTML
- Stars
- 212
- Forks
- 476
- Avg merge
- 40m
- Merged PRs (30d)
- 3
Description
Jesse Seldess commented:
PR: https://github.com/cockroachdb/cockroach/pull/64004
From release notes:
> SQL executor data validation queries spawned by a schema change or a [`RESTORE`](../v21.1/restore.html) will now use [vectorized](../v21.1/vectorized-execution.html) query execution and [DistSQL](../v21.1/architecture/sql-layer.html#distsql] optimization if these are enabled in the cluster settings `sql.defaults.distsql` and `sql.defaults.vectorized`, respectively. This may improve the speed of these queries. [#64004][#64004) {% comment %}doc{% endcomment %}
Jira Issue: DOC-1607
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.