书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 814 个相关结果.
  • 连续查询(Continuous Query)

    连续查询(Continuous Query) 使用连续查询 管理连续查询 连续查询(Continuous Query) 连续查询是TDengine定期自动执行的查询,采用滑动窗口的方式进行计算,是一种简化的时间驱动的流式计算。 针对库中的表或超级表,TDengine可提供定期自动执行的连续查询, 用户可让TDengine推送查询的结果,也可以将结...
  • Prometheus

    Prometheus writing and reading Prerequisites Configuration steps Configuring third-party database addresses Configure Basic authentication Example configuration of remote_write ...
  • 第三方工具

    第三方工具 第三方工具 TDengine 通过对标准 SQL 命令、常用数据库连接器标准(例如 JDBC)、ORM 以及其他流行时序数据库写入协议(例如 InfluxDB Line Protocol、OpenTSDB JSON、OpenTSDB Telnet 等)的支持可以使 TDengine 非常容易和第三方工具共同使用。 对于支持的第三方工具,无...
  • 技术内幕

    技术内幕 技术内幕 📄️ 整体架构集群与基本逻辑单元 📄️ 数据复制模块设计数据复制概述 📄️ taosd 的设计逻辑上,TDengine 系统包含 dnode,taosc 和 App,dnode 是服务器侧执行代码 taosd 的一个运行实例,因此 taosd 是 TDengine 的核心,本文对 taosd 的设计做一简单的介绍,模块内的实...
  • Developer Guide

    Developer Guide Developer Guide Before creating an application to process time-series data with TDengine, consider the following: Choose the method to connect to TDengine. TDe...
  • supported platforms

    List of supported platforms List of supported platforms for TDengine server List of supported platforms for TDengine clients and connectors List of supported platforms List o...
  • 缓存(Cache)

    缓存(Cache) 缓存(Cache) TDengine采用时间驱动缓存管理策略(First-In-First-Out,FIFO),又称为写驱动的缓存管理机制。这种策略有别于读驱动的数据缓存模式(Least-Recent-Use,LRU),直接将最近写入的数据保存在系统的缓存中。当缓存达到临界值的时候,将最早的数据批量写入磁盘。一般意义上来说,对于物...
  • Java

    TDengine Java Connector info Supported platforms Version support TDengine DataType vs. Java DataType Installation steps Pre-installation preparation Install the connectors ...
  • Data Import

    Data Import Import Using Script Import from Data File note Import using taosdump Data Import There are multiple ways of importing data provided by TDengine: import with scri...
  • connector

    Connector Supported platforms Version support Functional Features Using the native interface (taosc) info Using the REST interface warning Install Client Driver info Inst...