ClickHouse/docs/en
Azat Khuzhin a110e0f022 Allow to ignore errors while pushing to MATERILIZED VIEW
This can be useful in the following scenarious:

- you want to duplicate the data to another table and you don't care
  about the errors
- you want to duplicate system.*_log to another server, you are adding
  materialized view that will push to Distributed table, but you don't
  want to miss original blocks in the local system.*_log
- you want to push some data to a 3d party service, using i.e. URL
  engine.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-21 16:28:38 +01:00
..
development Fix #46620 2023-02-21 01:46:10 +03:00
engines Merge remote-tracking branch 'upstream/master' into return-materialized-postrgesql-tests-back 2023-02-20 14:37:39 +01:00
getting-started Merge pull request #46545 from DanRoscigno/update-rpm-install-docs 2023-02-18 17:21:33 +03:00
interfaces Merge pull request #45340 from Avogar/parquet-fixed-binary 2023-02-10 18:31:20 +01:00
operations Update sampling-query-profiler.md 2023-02-18 14:01:47 +03:00
sql-reference Allow to ignore errors while pushing to MATERILIZED VIEW 2023-02-21 16:28:38 +01:00