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 Un-clusterf$ck incomplete type errors 2022-10-20 14:48:46 +00:00
clickhouse-copier.cpp Remove dlopen 2022-09-17 03:02:34 +02:00
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 base should not depend on Common 2022-04-29 10:26:35 +08:00
ClusterPartition.h Un-clusterf$ck incomplete type errors 2022-10-20 14:48:46 +00:00
CMakeLists.txt Un-clusterf$ck incomplete type errors 2022-10-20 14:48:46 +00:00
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 Un-clusterf$ck incomplete type errors 2022-10-20 14:48:46 +00:00
ShardPartition.h Un-clusterf$ck incomplete type errors 2022-10-20 14:48:46 +00:00
ShardPartitionPiece.cpp Un-clusterf$ck incomplete type errors 2022-10-20 14:48:46 +00:00
ShardPartitionPiece.h Fixed tests 2023-06-20 11:42:22 +03:00
StatusAccumulator.cpp Un-clusterf$ck incomplete type errors 2022-10-20 14:48:46 +00:00
StatusAccumulator.h Un-clusterf$ck incomplete type errors 2022-10-20 14:48:46 +00:00
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 Un-clusterf$ck incomplete type errors 2022-10-20 14:48:46 +00:00
TaskShard.h Un-clusterf$ck incomplete type errors 2022-10-20 14:48:46 +00:00
TaskTable.cpp Fix IBM 2023-04-21 12:38:45 +02:00
TaskTable.h Un-clusterf$ck incomplete type errors 2022-10-20 14:48:46 +00:00
ZooKeeperStaff.h Updated implementation 2024-01-25 14:31:49 +03:00