-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supports FLASHBACK TO TIMESTAMP
in TiDB
#37197
Labels
Comments
bb7133
changed the title
Supports
Supports Aug 18, 2022
flash back cluster
in TiDBFLASHBACK CLUSTER
in TiDB
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Sep 1, 2022
1 task
ti-chi-bot
pushed a commit
that referenced
this issue
Sep 6, 2022
12 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Sep 30, 2022
12 tasks
Defined2014
changed the title
Supports
Supports Oct 19, 2022
FLASHBACK CLUSTER
in TiDBFLASHBACK TO TIMESTAMP
in TiDB
13 tasks
ti-chi-bot
pushed a commit
that referenced
this issue
Nov 4, 2022
No further plan right now, close it firstly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
Some users want to flash back the whole cluster to a determined timestamp when there is a problem with the database like delete some important values etc. In TiDB we use MVCC to store the key values in TiKV which means we could easy to flash back it before gc complete. This issue is the tracking issue for
flashback cluster
feature.Task
Docs
flashback cluster
doc docs-cn#11443flashback to timestamp
#38367TiDB
flash back cluster as of timestamp 'expression'
#37229flashback cluster
pre-check #37262SUPER
permission can run this stmtsflashback
flushback cluster
prepare & recover env #37376flashback cluster
gets key ranges #37540flashback table
andflashback database
#38545flashback table/database
with TiKV #38673flashback cluster
progress state from TiKVflashback
to telemetry #38896gc_savepoint
flashback
with ddl history #40026Client-go
key range
andtso
to client-go, then client-go sending requests to all Region leaders in the key range (Could reuse some mechanism in client-go now, like backoff/coprocessor etc.)flashback cluster
flashback cluster
TiKV
PD
The text was updated successfully, but these errors were encountered: