ClickHouse/docs/en/engines/table-engines/special
Azat Khuzhin b5ace27014 Add fsync support for Distributed engine.
Two new settings (by analogy with MergeTree family) has been added:

- `fsync_after_insert` - Do fsync for every inserted. Will decreases
  performance of inserts.

- `fsync_tmp_directory` - Do fsync for temporary directory (that is used
  for async INSERT only) after all part operations (writes, renames,
  etc.).

Refs: #17380 (p1)
2021-01-09 11:31:32 +03:00
..
buffer.md Update buffer.md 2020-06-10 23:07:17 +03:00
dictionary.md [docs] split aggregate function and system table references (#11742) 2020-06-18 11:24:31 +03:00
distributed.md Add fsync support for Distributed engine. 2021-01-09 11:31:32 +03:00
external-data.md Fix broken links in docs 2020-10-13 20:23:29 +03:00
file.md [docs] split misc statements (#12403) 2020-07-11 14:05:49 +03:00
generate.md [docs] split aggregate function and system table references (#11742) 2020-06-18 11:24:31 +03:00
index.md [docs] split various kinds of CREATE queries into separate articles (#12328) 2020-07-09 18:10:35 +03:00
join.md DOCSUP-3227: Documented the persistent setting (#16579) 2020-11-06 14:23:04 +03:00
materializedview.md fix #13819 2020-08-17 12:05:34 +03:00
memory.md Update memory.md 2020-06-10 23:08:20 +03:00
merge.md Fix broken links in docs 2020-10-13 20:23:29 +03:00
null.md Update null.md 2020-06-10 23:16:54 +03:00
set.md DOCSUP-3227: Documented the persistent setting (#16579) 2020-11-06 14:23:04 +03:00
url.md Fix broken links in docs 2020-10-13 20:23:29 +03:00
view.md Update view.md 2020-06-10 23:09:39 +03:00