mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
c2ec23c953
For cross-replication topology setups load_balancing=in_order works best as nodes handle equal amount of load and usually they hit only 1/n of data (n = number of replicas), which makes page cache usage more efficient. The problem is when one node of the shard goes down. If one replica goes down, the next one in config will handle twice the usual load while remaining ones will handle usual traffic. Closes #4820. |
||
---|---|---|
.. | ||
config.d | ||
data | ||
metadata/default | ||
users.d | ||
clickhouse-server.cpp | ||
CMakeLists.txt | ||
config.xml | ||
HTTPHandler.cpp | ||
HTTPHandler.h | ||
HTTPHandlerFactory.h | ||
InterserverIOHTTPHandler.cpp | ||
InterserverIOHTTPHandler.h | ||
IServer.h | ||
MetricsTransmitter.cpp | ||
MetricsTransmitter.h | ||
NotFoundHandler.cpp | ||
NotFoundHandler.h | ||
PingRequestHandler.cpp | ||
PingRequestHandler.h | ||
ReplicasStatusHandler.cpp | ||
ReplicasStatusHandler.h | ||
RootRequestHandler.cpp | ||
RootRequestHandler.h | ||
Server.cpp | ||
Server.h | ||
TCPHandler.cpp | ||
TCPHandler.h | ||
TCPHandlerFactory.h | ||
users.xml |