Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
078ba82e
TDengine
项目概览
taosdata
/
TDengine
1 年多 前同步成功
通知
1185
Star
22016
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
078ba82e
编写于
12月 15, 2021
作者:
H
Hui Li
提交者:
GitHub
12月 15, 2021
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #8919 from taosdata/doc/TD-11805
Doc/td 11805
上级
5ae3f8db
f00ee946
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
4 addition
and
1 deletion
+4
-1
documentation20/cn/08.connector/docs.md
documentation20/cn/08.connector/docs.md
+2
-0
documentation20/cn/11.administrator/docs.md
documentation20/cn/11.administrator/docs.md
+0
-1
documentation20/en/08.connector/docs.md
documentation20/en/08.connector/docs.md
+2
-0
未找到文件。
documentation20/cn/08.connector/docs.md
浏览文件 @
078ba82e
...
...
@@ -208,6 +208,8 @@ C/C++的API类似于MySQL的C API。应用程序使用时,需要包含TDengine
返回值为空表示失败。应用程序需要保存返回的参数,以便后续API调用。
**提示:**
同一进程可以根据不同的host/port 连接多个taosd 集群
-
`char *taos_get_server_info(TAOS *taos)`
获取服务端版本信息。
...
...
documentation20/cn/11.administrator/docs.md
浏览文件 @
078ba82e
...
...
@@ -223,7 +223,6 @@ taosd -C
| 105 | compressColData | |
**S**
| bytes | 客户端与服务器之间进行消息通讯过程中,对服务器端查询结果进行列压缩的阈值。 | 0: 对所有查询结果均进行压缩 >0: 查询结果中任意列大小超过该值的消息才进行压缩 -1: 不压缩 | -1 | 2.3.0.0 版本新增。 |
| 106 | tsdbMetaCompactRatio | |
**C**
| | tsdb meta文件中冗余数据超过多少阈值,开启meta文件的压缩功能 | 0:不开启,[1-100]:冗余数据比例 | 0 | |
| 107 | rpcForceTcp | |
**SC**
| | 强制使用TCP传输 | 0: 不开启 1: 开启 | 0 | 在网络比较差的环境中,建议开启。2.0版本新增。|
| 107 | rpcForceTcp | |
**SC**
| | 强制使用TCP传输。 | 0: 不开启 1: 开启 | 0 | 在网络比较差的环境中,建议开启。2.0 版本新增。 |
**注意:**
对于端口,TDengine会使用从serverPort起13个连续的TCP和UDP端口号,请务必在防火墙打开。因此如果是缺省配置,需要打开从6030到6042共13个端口,而且必须TCP和UDP都打开。(详细的端口情况请参见
[
TDengine 2.0 端口说明
](
https://www.taosdata.com/cn/documentation/faq#port
)
)
...
...
documentation20/en/08.connector/docs.md
浏览文件 @
078ba82e
...
...
@@ -200,6 +200,8 @@ Create a database connection and initialize the connection context. The paramete
*
port: Port number
A null return value indicates a failure. The application needs to save the returned parameters for subsequent API calls.
Note: The same process can connect to multiple taosd processes based on ip/port
-
`char *taos_get_server_info(TAOS *taos)`
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录