Telemetry

Updated Oct 13, 2018

TODO: fill me

SQL Planning

Updated Oct 17, 2018
  

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 Oct 17, 2018

Change Data Capture

QA

Updated Aug 21, 2018

All issues related to QA and testing

Flaky tests

Updated Oct 17, 2018
  

Inbox zero for flaky tests.

Schema changes

Updated Oct 17, 2018
  

Schema changes, schema, schema caching

Dev infrastructure

Updated Oct 17, 2018
  

Umbrella project for the build system, teamcity, roachtest, and other developer infrastructure.

Range merges

Updated Oct 15, 2018
  

No description

Orchestration

Updated Oct 9, 2018
  

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

Telemetry

Updated Sep 20, 2018
  

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.

Core Features & Stability

Updated Oct 18, 2018

This project tracks future, current and past work related to core stability.

Core Performance

Updated Oct 16, 2018
  

This project tracks work related to core performance, including experiments, initiatives, and work items.

CLI improvements

Updated Oct 15, 2018
  

Planned improvements to the CLI of CockroachDB, including but not limited to cockroach sql.

Issue title prefixes:

  • cli/conn: code that establishes a client-server connection (common to multiple commands)
  • cli/tables: code that presents tabular results (common to multiple commands)
  • cli/config: command-line flag handling + client-side configuration
  • cli/XXX: command-specific issues for cockroach XXX

SQL Front-end, Lang & Semantics

Updated Oct 17, 2018
  

Things which determine which values are returned for a given SQL input. Includes SQL grammar, parsing, semantic analysis, semantic preservation during planning, scalar evaluation, built-in functions.

SQL execution

Updated Oct 17, 2018
  

This project tracks work related to SQL execution performance, including experiments, initiatives and work items.

Web UI

Updated Oct 17, 2018
  

This project offers a prioritized list of Web UI bug fixes, feature development, refactorings, and performance improvement work.

Bulk IO

Updated Oct 17, 2018
  

Backup/Restore, Import