ClickHouse/docs/zh/engines/database-engines/lazy.md
Ivan Blinkov d91c97d15d
[docs] replace underscores with hyphens (#10606)
* Replace underscores with hyphens

* remove temporary code

* fix style check

* fix collapse
2020-04-30 21:19:18 +03:00

575 B

machine_translated machine_translated_rev toc_priority toc_title
true b111334d66 31 懒惰

懒惰

仅将表保留在RAM中 expiration_time_in_seconds 上次访问后几秒钟。 只能与*日志表一起使用。

它针对存储许多小*日志表进行了优化,访问之间存在较长的时间间隔。

创建数据库

CREATE DATABASE testlazy ENGINE = Lazy(expiration_time_in_seconds);

原始文章