mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
448 B
448 B
slug | sidebar_label | sidebar_position |
---|---|---|
/en/engines/database-engines/lazy | Lazy | 20 |
Lazy
Keeps tables in RAM only expiration_time_in_seconds
seconds after last access. Can be used only with *Log tables.
It’s optimized for storing many small *Log tables, for which there is a long time interval between accesses.
Creating a Database
CREATE DATABASE testlazy ENGINE = Lazy(expiration_time_in_seconds);