书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 1153 个相关结果.
  • 节点工具

    工具介绍 前提条件 使用说明 运行方式 指令说明 展示节点环 查询数据分区和元数据分区 查询节点管理的槽数 查询节点状态 工具介绍 IoTDB 集群版为您提供了 NodeTool Shell 工具用于监控指定集群的工作状态,您可以通过运行多种指令获取集群各项状态。 下面具体介绍每个指令的使用方式及示例,其中 $IOTDB_CLUSTE...
  • 语法约定

    语法约定 字面值常量 字符串常量 数值型常量 时间戳常量 布尔型常量 空值 标识符 路径节点名 关键字和保留字 表达式 引用符号 双引号(”)、单引号(’) 反引号(`) 反斜杠(\) 了解更多 语法约定 字面值常量 该部分对 IoTDB 中支持的字面值常量进行说明,包括字符串常量、数值型常量、时间戳常量、布尔型常量和空...
  • Overview

    Overview Syntax Definition Syntax Description SELECT clause INTO clause FROM clause WHERE clause GROUP BY clause HAVING clause ORDER BY clause FILL clause SLIMIT ...
  • Keywords

    KeyWords Words KeyWords Words Keywords are words that have significance in SQL. Keywords can be used as an identifier. Certain keywords, such as TIME/TIMESTAMP and ROOT, are res...
  • 概述

    什么是IoTDB 架构 场景 特征
  • DML (数据操作语言)

    DML (数据操作语言) 数据接入 使用INSERT语句 INSERT语句的错误处理 数据查询 时间切片查询 根据一个时间区间选择一列数据 根据一个时间区间选择多列数据 按照多个时间区间选择同一设备的多列数据 按照多个时间区间选择不同设备的多列数据 其他结果返回形式 降频聚合查询 未指定滑动步长的降频聚合查询 指定滑动步长的降频聚合查询 ...
  • 数据模型

    数据模型 物理量、实体、存储组、路径 物理量(Measurement) 实体(Entity) 存储组(Storage group) 路径(Path) 路径模式(Path Pattern) 时间序列 时间戳 (Timestamp) 数据点(Data Point) 时间序列(Timeseries) 对齐时间序列(Aligned Timeseri...
  • 状态码

    Status Codes Status Codes 在最新版本中引入了状态码 这一概念。例如,因为IoTDB需要在写入数据之前首先注册时间序列,一种可能的解决方案是: try { writeData (); } catch ( SQLException e ) { // the most case is ...
  • Interface Comparison

    Native API Comparison Native API Comparison This chapter mainly compares the differences between Java Native API and python native API, mainly for the convenience of distinguish...
  • Interface Comparison

    Native API Comparison Native API Comparison This chapter mainly compares the differences between Java Native API and python native API, mainly for the convenience of distinguish...