Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs for Lazy database #7250

Merged
merged 2 commits into from
Oct 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/en/database_engines/lazy.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ It's optimized for storing many small \*Log tables, for which there is a long ti
```
CREATE DATABASE testlazy ENGINE = Lazy(expiration_time_in_seconds);
```

[Original article](https://clickhouse.yandex/docs/en/database_engines/lazy/) <!--hide-->
1 change: 1 addition & 0 deletions docs/toc_en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ nav:
- 'Database Engines':
- 'Introduction': 'database_engines/index.md'
- 'MySQL': 'database_engines/mysql.md'
- 'Lazy': 'database_engines/lazy.md'

- 'Table Engines':
- 'Introduction': 'operations/table_engines/index.md'
Expand Down