v.22.9Improvement
Add TTL Support in EmbeddedRocksDB
Add support for TTL in EmbeddedRocksDB. #39986 (Lloyd-Pottiger).Why it matters
This feature allows users to automatically manage data lifecycle by specifying TTL for data stored inEmbeddedRocksDB. It solves the problem of manually cleaning up stale or expired data, improving storage efficiency and reducing maintenance overhead.How to use it
Users can enable TTL by configuring expiration settings in theEmbeddedRocksDB tables. TTL parameters can be set using appropriate table settings or schemas that define the time after which data should expire and be removed automatically.