diff --git a/docs/en/database_engines/lazy.md b/docs/en/database_engines/lazy.md index f0424b95bbb0e12bf1dc55b3ec802788ab6d3294..d552fbc4589c05826854182d7a1b5544efe88592 100644 --- a/docs/en/database_engines/lazy.md +++ b/docs/en/database_engines/lazy.md @@ -1,6 +1,6 @@ # Lazy -Works like `Ordinary`, but keeps tables in RAM only `expiration_time_in_seconds` seconds after last access. Can be used only with \*Log tables. +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.