iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

Apache IoTDB

Results 730 iotdb issues
Sort by recently updated
recently updated
newest added

**Describe the bug** 1. In the documentation, GORILLA encoding type has a restriction. However, some select into statements will automatic create a timeseries with GORILLA encoding type(while the original timeseries...

load tsfile功能:现在是根据存储组路径取哈希值对虚拟存储组的数量取模,单虚拟存储组没有问题,多虚拟存储组下与虚拟存储组分配冲突。改为根据tsfile第一个设备路径对虚拟存储组的数量取模

See [IOTDB-3164](https://issues.apache.org/jira/browse/IOTDB-3164). This PR is one part of the compaction memory management. It does the following jobs: - Allocate memory before cross space compaction, and release the memory after the...

1、机器配置内存64GB,IotDB 使用17GB,CPU持续80% 2、不做任何查询操作也是上述现象 3、过一段时间直接 oom 想咨询IotDb 启动后把什么样数据加载至内存了?

**问题描述** - iotdb 版本:[0.13.1 pre release ]([apache-iotdb-0.13.1-server-bin.zip](https://github.com/apache/iotdb/releases/download/v0.13.1/apache-iotdb-0.13.1-server-bin.zip)) - `iotdb-engine.properties` 配置文件中` enable_auto_create_schema=true `这个已经开启 - 以下是做的操作: ``` IoTDB> create storage group root.fz4.ceshi.s_2; Msg: The statement is executed successfully. IoTDB> create schema template...

日志信息如下: SessionPool 022-08-06 00:00:16.002 WARN [SimpleAsyncTaskExecutor-7289746] org.apache.iotdb.session.pool.SessionPool.getSession.225 the SessionPool has wait for 60 seconds to get a new connection: 192.200.3.7:6667 with root, root 2022-08-06 00:00:16.002 WARN [SimpleAsyncTaskExecutor-7289746] org.apache.iotdb.session.pool.SessionPool.getSession.232 current occupied...

Hello Team, We are trying to run cluster using 2 servers say n1,n2(with 1C1D on each). With normal configuration the cluster is performing correctly. Then to test data availability I...

For the data of the same indicator over a period of time, I want to clean out the data with the same value as the previous one, and only keep...