Skip to content

Commit

Permalink
remove SimpleConsensus description in Standalone Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojialin committed Jan 25, 2024
1 parent b60da11 commit 33811b1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ Users can start IoTDB standalone mode by the start-standalone script under the s
> sbin\start-standalone.bat
```

Note: Currently, To run standalone mode, you need to ensure that all addresses are set to 127.0.0.1, If you need to access the IoTDB from a machine different from the one where the IoTDB is located, please change the configuration item `dn_rpc_address` to the IP of the machine where the IoTDB lives. And replication factors set to 1, which is by now the default setting.
Besides, it's recommended to use SimpleConsensus in this mode, since it brings additional efficiency.

## Cluster Deployment
This article uses a local environment as an example to
illustrate how to start, expand, and shrink an IoTDB Cluster.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ Users can start IoTDB standalone mode by the start-standalone script under the s
> sbin\start-standalone.bat
```

Note: Currently, To run standalone mode, you need to ensure that all addresses are set to 127.0.0.1, If you need to access the IoTDB from a machine different from the one where the IoTDB is located, please change the configuration item `dn_rpc_address` to the IP of the machine where the IoTDB lives. And replication factors set to 1, which is by now the default setting.
Besides, it's recommended to use SimpleConsensus in this mode, since it brings additional efficiency.

## Cluster deployment(Cluster management tool)

The IoTDB cluster management tool is an easy-to-use operation and maintenance tool (enterprise version tool).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ Windows 系统启动命令如下:
> sbin\start-standalone.bat
```

注意:目前,要使用单机模式,你需要保证所有的地址设置为 127.0.0.1,如果需要从非 IoTDB 所在的机器访问此IoTDB,请将配置项 `dn_rpc_address` 修改为 IoTDB 所在的机器 IP。副本数设置为1。并且,推荐使用 SimpleConsensus,因为这会带来额外的效率。这些现在都是默认配置。

## 集群版部署
以本地环境为例,演示 IoTDB 集群的启动、扩容与缩容。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ Windows 系统启动命令如下:
> sbin\start-standalone.bat
```

注意:目前,要使用单机模式,你需要保证所有的地址设置为 127.0.0.1,如果需要从非 IoTDB 所在的机器访问此IoTDB,请将配置项 `dn_rpc_address` 修改为 IoTDB 所在的机器 IP。副本数设置为1。并且,推荐使用 SimpleConsensus,因为这会带来额外的效率。这些现在都是默认配置。

## 集群版部署(使用集群管理工具)

IoTDB 集群管理工具是一款易用的运维工具(企业版工具)。旨在解决 IoTDB 分布式系统多节点的运维难题,主要包括集群部署、集群启停、弹性扩容、配置更新、数据导出等功能,从而实现对复杂数据库集群的一键式指令下发,
Expand Down

0 comments on commit 33811b1

Please sign in to comment.