cockroachdb / docs

CockroachDB user documentation
https://cockroachlabs.com/docs
Creative Commons Attribution 4.0 International
188 stars 458 forks source link

BACKUP - add explanation of backup job output #13674

Open fabiog1901 opened 2 years ago

fabiog1901 commented 2 years ago

Fabio Ghirardello (fabiog1901) commented:

Re: BACKUP

Issue Description

We don't display the output of a backup job, example:

        job_id       |  status   | fraction_completed |   rows   | index_entries |    bytes
---------------------+-----------+--------------------+----------+---------------+--------------
  755000505408782337 | succeeded |                  1 | 30251288 |      27033035 | 32283149986

and the meaning of the columns. Some might be self-explanatory, but some are tricky, for example, bytes can be very misleading, see slack conversation

Suggested Resolution

Provide an explanation of each field, and an example.

Jira Issue: DOC-3560

msbutler commented 2 years ago

Might be worth clarifying this for restore too. https://cockroachlabs.slack.com/archives/C2C5FKPPB/p1651778544363739

Also relates to this show backups pr i just merged on master. https://github.com/cockroachdb/cockroach/pull/80491