iotdb
iotdb copied to clipboard
This repository is ReadOnly now. please go to https://github.com/apache/incubator-iotdb
**Is your feature request related to a problem? Please describe.** Add more test to ensure the stability of tsfile. - [ ] each level writer test - * [ ]...
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...
**Describe the bug** The `preFlush` function in IChunkWriter/IChunkGroupWriter should not be public.
**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**
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...
I draw the package diagram as follows:  1. why there are two clusters of FILTER? `Operator`, `Expression` are better as their names. 2. why there are two `And` and...
用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...
**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...