iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

This repository is ReadOnly now. please go to https://github.com/apache/incubator-iotdb

Results 100 iotdb issues
Sort by recently updated
recently updated
newest added
trafficstars

**Is your feature request related to a problem? Please describe.** Add more test to ensure the stability of tsfile. - [ ] each level writer test - * [ ]...

enhancement

The statistics of write point is inaccurate when: 1. insert data of which the timestamp already exists 2. update data 3. delete data Expected behavior: For 1 and 2, the...

enhancement

**Describe the bug** The `preFlush` function in IChunkWriter/IChunkGroupWriter should not be public.

kill_thanos

**Is your feature request related to a problem? Please describe.** TTL is a great function for time series data. **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**

feature

Before introducing the frequency domain query in IoTDB, I will review the basic knowledge about time-frequency transform. Time series data consists of a series of data points in the time...

feature

I draw the package diagram as follows: ![image](https://user-images.githubusercontent.com/1021782/49266481-5cd99a00-f491-11e8-86d5-4bc3d3f29276.png) 1. why there are two clusters of FILTER? `Operator`, `Expression` are better as their names. 2. why there are two `And` and...

enhancement

用benchmark对master分支进行查询测试卡住,对应的语句用客户端可以执行。 一段时间后用客户端查询也有卡住的现象。

Please take note all the experiments and discussion about anything of DynamicOfColumn and TimeValuePair, here. @qiaojialin @Beyyes

**Is your feature request related to a problem? Please describe.** As IoTDB has been integrated in KMX, which uses REST API to communicate with IoTDB, a restful api with high...

feature

**Is your feature request related to a problem? Please describe.** The concurrency model in our IoTDB is thread-base, each client thread corresponds to a server thread. disadvantage: 1. The context...

enhancement