You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ✅ **Most production deployments** - Works out of the box
435
+
436
+
**When to use `cluster`:**
437
+
- ✅ Multi-node self-managed ClickHouse with cluster configuration
438
+
- ✅ Need `ON CLUSTER` DDL for distributed operations
439
+
- ✅ Works without explicit `keeper_path`/`replica_name` parameters
440
+
441
+
**When to use explicit `keeper_path`/`replica_name`:**
442
+
- ✅ Custom replication topology required
443
+
- ✅ Advanced ZooKeeper/Keeper configuration
444
+
- ✅ Specific self-managed deployment requirements
445
+
446
+
**Important:** Cannot specify both `cluster` and explicit `keeper_path`/`replica_name` - choose one approach.
447
+
448
+
**Local Development:** Moose configures cluster names to point to your local ClickHouse instance, letting you develop with `ON CLUSTER` DDL without running multiple nodes.
449
+
450
+
**Production:** Cluster names must match your ClickHouse `remote_servers` configuration.
451
+
399
452
### S3Queue Engine Tables
400
453
401
454
The S3Queue engine enables automatic processing of files from S3 buckets as they arrive.
- ✅ **Most production deployments** - Works out of the box
264
+
265
+
**When to use `cluster`:**
266
+
- ✅ Multi-node self-managed ClickHouse with cluster configuration
267
+
- ✅ Need `ON CLUSTER` DDL for distributed operations
268
+
- ✅ Works without explicit `keeperPath`/`replicaName` parameters
269
+
270
+
**When to use explicit `keeperPath`/`replicaName`:**
271
+
- ✅ Custom replication topology required
272
+
- ✅ Advanced ZooKeeper/Keeper configuration
273
+
- ✅ Specific self-managed deployment requirements
274
+
275
+
**Important:** Cannot specify both `cluster` and explicit `keeperPath`/`replicaName` - choose one approach.
276
+
277
+
**Local Development:** Moose configures cluster names to point to your local ClickHouse instance, letting you develop with `ON CLUSTER` DDL without running multiple nodes.
278
+
279
+
**Production:** Cluster names must match your ClickHouse `remote_servers` configuration.
280
+
234
281
### S3Queue Engine Tables
235
282
236
283
The S3Queue engine allows you to automatically process files from S3 buckets as they arrive.
0 commit comments