Community journal

The latest from the MySQL community

Ideas, releases, practical guides, and perspectives from the people building with MySQL.

Follow the feed
Showing entries 1 to 1 of 1 « Previous | Next »
Displaying posts with tag: TTL (reset)
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】  【存储】   …

[获取更多]