cockroachdb / cockroach

CockroachDB - the open source, cloud-native distributed SQL database.
https://www.cockroachlabs.com
Other
29.5k stars 3.7k forks source link

jobs: add column in jobs table for protected timestamp #79053

Open amruss opened 2 years ago

amruss commented 2 years ago

For visibility into how far behind we are protecting data - Should show up in SHOW CHANGEFEED JOBS

Jira issue: CRDB-14520

Epic CRDB-20422

miretskiy commented 1 year ago

This is probably a bit of a big hammer -- jobs table shows all jobs; whereas PTS is applicable to small subset of those jobs.