You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
152415: changefeedccl: allow for more tables in bank workload r=KeithCh a=aerfrei
When running the bank workload with thousands of tables, the workload would fail to initialize all the tables because it was using too high concurrency.
This PR sets a sensible default, allowing us to add tests of multi-table changefeed functionality with more tables (up to 50_000).
Epic: CRDB-1421
Release note: None
152478: sql: break dependencies on sql/parser r=yuzefovich a=yuzefovich
This PR contains multiple commits that break dependency on `sql/parser` from multiple packages that are on the critical path for builds. Optimizing `sql/parser` build time doesn't seem trivial, but doing more work in parallel with that is the next best option. The general idea is to inject the necessary parser functions into packages that need them at `init` time. See each commit for more details.
Informs: #79357.
Epic: None
Release note: None
Co-authored-by: Aerin Freilich <[email protected]>
Co-authored-by: Yahor Yuzefovich <[email protected]>
0 commit comments