mirror of https://github.com/citusdata/citus.git
We initially considered removing entries just before any change to pg_dist_node. However, that ended-up being very complex and making MX even more complex. Instead, we're switching to a simpler solution, where we remove entries when the counter gets to 0. With certain workloads, this may have some performance penalty. But, two notes on that: - When counter == 0, it implies that the cluster is not busy - With cached connections, that's not possible |
||
---|---|---|
.. | ||
connection_configuration.c | ||
connection_management.c | ||
placement_connection.c | ||
remote_commands.c | ||
shared_connection_stats.c | ||
worker_log_messages.c |