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

## Description This PR adds a region rebalancing feature that allows users to submit a rebalance task through a single `Load Balance` SQL command. ### Automated migration plan A new...

### Search before asking - [x] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version apache iotdb = 2.0.5 ### Describe the bug and provide the minimal reproduce...

In a Docker-based standalone deployment of IoTDB, setting MEMORY_SIZE (e.g., MEMORY_SIZE=4G) in iotdb-env.sh does not take effect. During startup, the compaction recovery process (specifically "recovering sequence inner compaction") causes the...

我使用in查询 10W个tag查询1000个条件的所有内容耗时70秒 10W个field查询1000个条件耗时4秒? 为什么,我应该把设备id改成field吗

## Description 1. Using limit when there are multiple datanodes will result in NPE. 2. Fixed issues with using `order by queryid`, `datanodeid`, `elapsedtime`, `statement` as sortKeys. 3. Fixed the...

## Description This PR fixes the issue where the `enable_audit_log` configuration was not taking effect, causing audit logs to always remain disabled even when explicitly set to `true`. Fixes: https://github.com/apache/iotdb/issues/16706...

### Search before asking - [x] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Motivation 请问数据订阅怎么使用,需要推模式的SubscriptionPushConsumer,基于1.3.3版本或者2.0.3都行 ### Solution _No response_ ### Alternatives _No response_ ### Are you willing...

### Search before asking - [x] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Motivation There is no official guideline on what is the recommended approach for backup...

## Description ### Content1 ... ### Content2 ... ### Content3 ... This PR has: - [ ] been self-reviewed. - [ ] concurrent read - [ ] concurrent write -...

Hi,i want to synchronize data from IoTDB 0.13.4 to IoTDB 1.2.0,the IoTDB 0.13.4 instance has a large amount of data, with more than 4 TB stored., have any good suggestions?