wip
diff --git a/server/config/config.go b/server/config/config.go
index 6913faf..1cb431c 100644
--- a/server/config/config.go
+++ b/server/config/config.go
@@ -80,7 +80,7 @@
defaultClusterShardTotal = 8
enableSchedule = true
// topologyType is used to determine the scheduling cluster strategy of CeresMeta. It should be determined according to the storage method of CeresDB. The default is static to support local storage.
- defaultTopologyType = "static"
+ defaultTopologyType = "dynamic"
defaultProcedureExecutingBatchSize = math.MaxUint32
defaultHTTPPort = 8080