ClickHouse/docs/ja/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

692 B

machine_translated machine_translated_rev toc_priority toc_title
true d734a8e46d 31 怠け者

怠け者

RAMのみのテーブルを保持します expiration_time_in_seconds 最後のアクセスの後の秒。 *ログテーブルでのみ使用できます。

これは、アクセス間に長い時間間隔がある多くの小さな*ログテーブルを格納するために最適化されています。

データベースの作成

CREATE DATABASE testlazy ENGINE = Lazy(expiration_time_in_seconds);

元の記事