Skip to content

SQL Observability

Updated Mar 10, 2021

Board to keep track of the SQL Observability backlog. Once the SQL Observability team is formed, this will be their board.

Bazel

Updated Mar 9, 2021
  

This project tracks all the effort to bazel-ify all of CockroachDB.

KV 21.1 Stability Period

Updated Mar 9, 2021

This project tracks all of the KV deliverables for 21.1.

Partial Indexes

Updated Jan 7, 2021
  

No description

SQL UI

Updated Mar 8, 2021
  

A project to track SQL Query Performance issues (note that this can blend many engineering teams in SQL and the WebuI)

SQL CLI (demo + sql + workload + dump)

Updated Mar 9, 2021
  

Planned improvements to the CLI interactive shells (cockroach sql + cockroach demo), the cockroach workload utility and the cockroach dump utility that helps prevent vendor lock-in.

This project also covers SQL-specific infrastructure shared with other CLI utilities.

See also the server CLI board at https://github.com/cockroachdb/cockroach/projects/19

Bulk IO Sprint Status

Updated Mar 9, 2021
  

Tracks the progress of active bulk-io work. Note: this is not our triage or backlog -- that is on the Bulk IO project.

Release Engineering Team project

Updated Nov 23, 2020
  

No description

SQL Schema

Updated Mar 9, 2021
  

No description

SQL Execution

Updated Mar 10, 2021
  

Project board to organize work items in the execution engines

Observability

Updated Mar 10, 2021
  

Backlog prioritization for the Observability team

Release

Updated Mar 9, 2021
  

For the release tracking issues

Support

Updated Jan 15, 2021
  

No description

Docs

Updated Dec 31, 2020
  

Code changes that impact auto-generated user-facing documentation.

SQL Optimizer

Updated Mar 10, 2021

Includes work related to choosing the most efficient way to execute SQL queries, based on the properties of the query, on table and index schema, and on table statistics. This is also referred to as SQL optimization.

CDC

Updated Mar 9, 2021
  

Change Data Capture

Bulk I/O Backlog

Updated Mar 9, 2021

BACKUP, RESTORE, IMPORT, EXPORT, Schema changes backfills.

Orchestration

Updated Jul 3, 2020
  

This project tracks work related to running CockroachDB in production in orchestrated environments such as Kubernetes, DC/OS, and Docker Swarm.

Telemetry

Updated Feb 12, 2021
  

Collection of anonymous diagnostics data including feature usage, errors, and crash reports.

Does NOT include tracking work related to recording reported metrics -- that is done on the registration server.

KV Backlog

Updated Mar 9, 2021

This project tracks all the future work for KV and some past completed work.

Server (CLI + networking)

Updated Mar 9, 2021
  

Planned improvements to the server, CLI and networking aspects of the operator UX.

This includes:

  • logging parameters, file location etc

  • networking code (listen/accept handshake + some aspects of authentication)

  • infrastructure common across all CLI utilities

  • cross-version compat of RPCs used between client and server CLI utilities

  • UX of server-side CLI, including:

    • cockroach start, init, node, quit
    • cockroach debug
    • possibly others

Out of scope: SQL CLI (sql + demo + workload + dump), see https://github.com/cockroachdb/cockroach/projects/51