Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
58f854a1
TDengine
项目概览
taosdata
/
TDengine
大约 1 年 前同步成功
通知
1184
Star
22015
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看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
58f854a1
编写于
11月 17, 2022
作者:
S
Shengliang Guan
提交者:
GitHub
11月 17, 2022
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #18235 from taosdata/docs/query_doc_wxy
fix: limit doc error
上级
6208aeb1
04c59ea5
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
8 addition
and
8 deletion
+8
-8
docs/en/12-taos-sql/19-limit.md
docs/en/12-taos-sql/19-limit.md
+2
-2
docs/zh/12-taos-sql/19-limit.md
docs/zh/12-taos-sql/19-limit.md
+6
-6
未找到文件。
docs/en/12-taos-sql/19-limit.md
浏览文件 @
58f854a1
...
...
@@ -23,7 +23,7 @@ The following characters cannot occur in a password: single quotation marks ('),
## General Limits
-
Maximum length of database name is
32
bytes
-
Maximum length of database name is
64
bytes
-
Maximum length of table name is 192 bytes, excluding the database name prefix and the separator.
-
Maximum length of each data row is 48K bytes. Note that the upper limit includes the extra 2 bytes consumed by each column of BINARY/NCHAR type.
-
The maximum length of a column name is 64 bytes.
...
...
@@ -35,7 +35,7 @@ The following characters cannot occur in a password: single quotation marks ('),
-
Maximum numbers of databases, STables, tables are dependent only on the system resources.
-
The number of replicas can only be 1 or 3.
-
The maximum length of a username is 23 bytes.
-
The maximum length of a password is 1
5
bytes.
-
The maximum length of a password is 1
28
bytes.
-
The maximum number of rows depends on system resources.
-
The maximum number of vnodes in a database is 1024.
...
...
docs/zh/12-taos-sql/19-limit.md
浏览文件 @
58f854a1
...
...
@@ -24,19 +24,19 @@ description: 合法字符集和命名中的限制规则
## 一般限制
- 数据库名最大长度为
32
- 表名最大长度为 192,不包括数据库名前缀和分隔符
- 数据库名最大长度为
64 字节
- 表名最大长度为 192
字节
,不包括数据库名前缀和分隔符
- 每行数据最大长度 48KB (注意:数据行内每个 BINARY/NCHAR 类型的列还会额外占用 2 个字节的存储位置)
- 列名最大长度为 64
- 列名最大长度为 64
字节
- 最多允许 4096 列,最少需要 2 列,第一列必须是时间戳。
- 标签名最大长度为 64
- 标签名最大长度为 64
字节
- 最多允许 128 个,至少要有 1 个标签,一个表中标签值的总长度不超过 16KB
- SQL 语句最大长度 1048576 个字符
- SELECT 语句的查询结果,最多允许返回 4096 列(语句中的函数调用可能也会占用一些列空间),超限时需要显式指定较少的返回数据列,以避免语句执行报错
- 库的数目,超级表的数目、表的数目,系统不做限制,仅受系统资源限制
- 数据库的副本数只能设置为 1 或 3
- 用户名的最大长度是 23
个
字节
- 用户密码的最大长度是 1
5 个
字节
- 用户名的最大长度是 23 字节
- 用户密码的最大长度是 1
28
字节
- 总数据行数取决于可用资源
- 单个数据库的虚拟结点数上限为 1024
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录