docs icon indicating copy to clipboard operation
docs copied to clipboard

PR #102607 - cli/zip: emit SQL table data using JSON by default (1 of 2)

Open cockroach-teamcity opened this issue 2 years ago • 0 comments

Exalate commented:

Related PR: https://github.com/cockroachdb/cockroach/pull/102607 Commit: https://github.com/cockroachdb/cockroach/commit/35738d43ee5721078c53b4c88a4aee6fb8090c73 Fixes: CRDB-27556


Release note (backward-incompatible change): The command cockroach debug zip now stores data retrieved from SQL tables in the remote cluster using the JSON format by default. The previous version behavior can be obtained by passing --format=tsv explicitely.

The JSON data is easier to explore programmatically; and it can also be explored in a web browser using the JsonDiscovery extension.

Jira Issue: DOC-7649

cockroach-teamcity avatar May 13 '23 05:05 cockroach-teamcity