Help wanted!
The following content of this documentation page has been machine-translated. But unlike other websites, it is not done on the fly. This translated text lives on GitHub repository alongside main ClickHouse codebase and waits for fellow native speakers to make it more human-readable. You can also use the original English version as a reference.
怠け者
RAM内のテーブルのみを保持 expiration_time_in_seconds
最後のアクセスの秒後。 *Logテーブルでのみ使用できます。
これは、アクセス間に長い時間間隔がある多くの小さな*ログテーブルを格納するために最適化されています。
データベースの作成
CREATE DATABASE testlazy ENGINE = Lazy(expiration_time_in_seconds);