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 1. Add new configuration to support clearing cache data when WALInsertNodeCache is reduced in size 2. More accurate calculation of InsertNode memory size This PR has: - [...

## Description As the title said. This PR has: - [ ] been self-reviewed. - [ ] concurrent read - [ ] concurrent write - [ ] concurrent read and...

### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version 1.3.2 ### Describe the bug and provide the minimal reproduce step 使用./tools/load-tsfile.sh -f...

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

### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version 1.3.2-confignode, 1.3.2-standalone, OS: Windows and OpenShift 4.16 ### Describe the bug and provide...

### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Motivation 比如将30天内的数据当做热数据,30天之前的当做冷数据 如下:发现如果全部使用SSD存储的话成本太高了,目前的方案是需要自己写定时任务将30天之前的数据移动到安装在机械硬盘的系统上,当查询60天内的数据时,比较割裂。 按照1万+点位每秒上次一次数据作为参考 24 * 60 * 60 * 10000 = 864000000 条/天...