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.
Perezoso
Mantiene las tablas en RAM solamente expiration_time_in_seconds
segundos después del último acceso. Solo se puede usar con tablas *Log.
Está optimizado para almacenar muchas tablas pequeñas * Log, para las cuales hay un largo intervalo de tiempo entre los accesos.
Creación de una base de datos
CREATE DATABASE testlazy ENGINE = Lazy(expiration_time_in_seconds);