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

This PR add the support of order time and order by device in align by device. It designs a general PlanOperator called mergeSortOperatpr to support order by time and replace...

problem: https://apache-iotdb.feishu.cn/docx/YOGldZTBionIBIxCmKrcP6WNnzg The same situation in ExtPipePluginRegister. solution: replace FileUtils.listFiles with try-catch and FileUtils.steamFiles.

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

see https://issues.apache.org/jira/browse/IOTDB-5136

**问题描述:** iotdb V1.0,用程序写入数据库100万条数据 1.查询 select * from root.ln.g1.d3 order by time desc limit 1; 正常返回一条结果。 2.查询 select * from root.ln.g1.d3 order by time desc limit 2; 查询超时 timeout。 一句话描述:在100万条数据库下order by...

## IOTDB-5108 1. Added region migration sql 2. Fixed some doc ![image](https://user-images.githubusercontent.com/87789683/205756024-3f0d27c1-d51e-460d-8fbd-e13c0cb106d0.png) ![image](https://user-images.githubusercontent.com/87789683/205756045-5c369183-b025-494d-a6ff-4581ba016d08.png) This PR has: - [ ] been self-reviewed. - [ ] concurrent read - [ ] concurrent...

1. added whether to enable audit logs during open session. 2. replace the original AUDIT_LOGGER. 3. when the Audit log level is set to LOGGER, the write operation is changed...

Bumps `dropwizard.metrics.version` from 4.2.7 to 4.2.13. Updates `metrics-core` from 4.2.7 to 4.2.13 Release notes Sourced from metrics-core's releases. v4.2.13 What's Changed Update dependency org.glassfish.jersey:jersey-bom to v2.37 (release/4.2.x) by @​renovate in...

dependencies
java