-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Add TTL table support #39262
Labels
sig/sql-infra
SIG: SQL Infra
type/feature-request
Categorizes issue or PR as related to a new feature.
type/new-feature
Comments
lcwangchao
added
type/feature-request
Categorizes issue or PR as related to a new feature.
sig/sql-infra
SIG: SQL Infra
type/new-feature
labels
Nov 21, 2022
This was referenced Jan 11, 2023
Should we close this issue now? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
sig/sql-infra
SIG: SQL Infra
type/feature-request
Categorizes issue or PR as related to a new feature.
type/new-feature
Feature Request
Feature Dev
CREATE TABLE ...
#39269SHOW CREATE TABLE ...
#39270ALTER TABLE ...
#39271mysql.tidb_ttl_table_status
#39272ttl.PhysicalTable
to provide some common methods for TTL #39428show create table ...
#39852tidb_ttl_delete_batch_size
default value to match doc #39877TTL_ENABLE
when restore TTL tables with lighting or BR #40215RECOVER
andFLASHBACK
#40265mysql.tidb_ttl_job_history
#40807mysql.tidb_ttl_job_history
should show running job #41419mysql.tidb_ttl_table_status
Timer Framework integration
TTLTimersSyncer
to sync TTL meta to timers #45164Bug Fix
ttlDeleteWorker
#39633getSession
in TTL #39864ENUM
#40456The text was updated successfully, but these errors were encountered: