ClickHouse/docs/en
Azat Khuzhin a10aa9ad50 Force libunwind usage (removes gcc_eh support)
libunwind is reentrant and signal safe, and works faster then then
gcc_eh (plus it has some custom patches for problems that have been
found during it's usage in ClickHouse).

gcc_eh may be missing in the system (if gcc was not installed), and
even if it exists clickhouse uses -nodefaultlibs, so some care should be
made to make it work.

Also this library is tiny and there shouln't be any problem to require
it always (there is already tendency to require some contrib libraries,
i.e. poco).

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-07-08 20:55:50 +02:00
..
development Force libunwind usage (removes gcc_eh support) 2023-07-08 20:55:50 +02:00
engines add doc note for MongoDB Atlas 2023-07-07 10:32:44 -04:00
getting-started Docs: Mention homebrew as an alternative and non-production install method 2023-07-03 21:17:13 +00:00
interfaces Update docs/en/interfaces/formats.md 2023-06-27 21:32:39 +04:00
operations fix documentation insconsistency about additional_tables_filter during reproduce https://github.com/ClickHouse/ClickHouse/issues/51948 2023-07-07 19:44:20 +05:00
sql-reference Corrent example about parametric executable UDFs. 2023-07-08 02:03:23 +03:00