表示 进入内容 1 去 1 Displaying posts with tag: TTL (reset) Apr 18 2018 MyRocks TTL特性介绍 Posted by mysql-云栖社区 on Wed 18 Apr 2018 05:39 UTC Tags: index, MySQL, 索引, RocksDB, 存储, MyRocks, 数据存储与数据库, 阿里技术协会, TTL # 概述 MyRocks TTL(Time To Live) 特性允许用户指定表数据的自动过期时间,表数据根据指定的时间在compact过程中进行清理。 MyRocks TTL 简单用法如下, 在comment中通过ttl_duration指定过期时间,ttl_col指定过期时间列 ``` CREATE TABLE t1 ( a bigint(20) NOT NUL 【数据存储与数据库】 【mysql】 【阿里技术协会】 【索引】 【index】 【存储】 …[获取更多] 表示 进入内容 1 去 1 Oracle MySQL Blogs Oracle's MySQL Blog (58) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums