Commit Graph

9 Commits

Author SHA1 Message Date
2701fb90d2 ttl: use SQL_NO_CACHE to skip tikv block cache for TTL scan queries (#43229)
close pingcap/tidb#43206
2023-04-20 18:21:20 +08:00
6122ca307e linter: support lll to avoid too long line (#42718)
close pingcap/tidb#42570
2023-04-12 23:23:01 +08:00
92a82ade4f ttl: optimize bazel for TTL codes (#41278)
close pingcap/tidb#41276
2023-02-11 01:31:59 +08:00
76f1c526c4 ttl: fix TTL will delete unexpected rows when timezone changed (#41044)
close pingcap/tidb#41043
2023-02-06 10:45:56 +08:00
caffd8d6c5 ttl: forbid creating/altering a table with TTL options when pk contains float/double column (#40487)
* ttl: forbid create/alter a table with TTL options when pk contains float/double column

* format

* update

* update

* update

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
2023-01-11 16:22:33 +08:00
eff7462778 ttl: fix the TTL job reports error when primary key contains a column with type ENUM (#40457)
close pingcap/tidb#40456
2023-01-11 11:10:23 +08:00
4a19cae84f ttl: TTL support split scan ranges for some primary key with more than one columns (#39896)
close pingcap/tidb#39895
2022-12-14 11:22:51 +08:00
2d2f4f517a ttl: add methods to split ttl scan tasks (#39627)
close pingcap/tidb#39626
2022-12-09 04:02:04 +08:00
7add1c845f ttl: refractor ttl pkg into multiple sub packages (#39491)
Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
2022-12-01 12:45:20 +08:00