Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
changefeedccl: Apply avro schema prefix as a namespace
The avro_schema_prefix flag avoids collisions in the subject, but records or
lower-level fields could still collide. This PR sets the "namespace" property
on avro schemas to be equal to the prefix when provided.
Note that this slightly changes encoding: if the prefix "super" is provided,
"super." will be prepended to the keys of the subfields of an avro record,
such as the "after" part of an emitted value.
Release justification: low-risk update to behavior for a new flag
Release note (enterprise change): avro_schema_prefix flag sets Schema.namespace
Merge #59633
59633: multiregion: replace TODO and unimplemented with issue numbers r=ajstorm a=otan
In the spirit of Milestone planning, replace all remaining multiregion
TODOs with issue numbers.
Release note: None
Co-authored-by: Oliver Tan <otan@cockroachlabs.com>
tracing: revert trace.mode default to legacy
We are still seeing memory issues on tpccbench/nodes=6/cpu=16/multi-az
which need to be investigated. Turn off background tracing while we do.
Touches #58298. We're also reverting an earlier commit as part of this
one (d252400). This revert is needed given
we've not yet addressed an underlying bug (#59203).
Release note: None