ClickHouse/programs/copier
Azat Khuzhin 7fb31fe160 Remove ability to disable generic clickhouse components
Components like client/server/... are very generic, and there is no
point in disabling them, since it does not reduce amount of compiled
code a lot anyway (just a few modules for entrypoints, everything else
is already included in the clickhouse binary), and eventually they are
just symlinks to the clickhouse binary.

But there are few, that requires extra libraries, like ODBC bridge or
keeper components (and there is also standalone keeper binary compiled
with musl), those had been kept.

Also add some descriptions for some utils and change exit code to 0 for
--help.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-02-12 11:10:00 +01:00
..
Aliases.h
clickhouse-copier.cpp
ClusterCopier.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
ClusterCopier.h Updated implementation 2024-01-25 14:31:49 +03:00
ClusterCopierApp.cpp Remove ability to disable generic clickhouse components 2024-02-12 11:10:00 +01:00
ClusterCopierApp.h
ClusterPartition.h
CMakeLists.txt
Internals.cpp Add load balancing test_hostname_levenshtein_distance 2023-09-27 10:46:39 +08:00
Internals.h Fix IBM 2023-04-21 12:38:45 +02:00
ShardPartition.cpp
ShardPartition.h
ShardPartitionPiece.cpp
ShardPartitionPiece.h Fixed tests 2023-06-20 11:42:22 +03:00
StatusAccumulator.cpp
StatusAccumulator.h
TaskCluster.cpp Rename directory monitor concept into background INSERT (#55978) 2023-11-01 15:09:39 +01:00
TaskCluster.h Use pcg/randomSeed() random generator/seed instead of std::mt19937/std::random_device 2023-11-07 18:54:50 +00:00
TaskShard.cpp
TaskShard.h
TaskTable.cpp Fix IBM 2023-04-21 12:38:45 +02:00
TaskTable.h
ZooKeeperStaff.h Updated implementation 2024-01-25 14:31:49 +03:00