Jiang Tian

Results 20 comments of Jiang Tian

It is helpful. We are using LZ4 and are encountering the same performance issue caused by this. I hope this will be merged as soon as possible.

#416 中对这一问题进行了一定了的修复,请基于此重新进行测试。

I think a simple ` Reformat the code` command before any commit will just do the trick. For non-IDE-users, figure out your own way.

无法复现该问题,请确认数据移入过程正确。

恢复速度问题在https://github.com/thulab/iotdb/pull/416中得到了一定的解决,请基于该分支重新测试。 内存溢出问题尚未能复现,建议先调大JVM内存。

> Is there any chance to join golang version development? Unfortunately, the TsFile-Go was developed 5 years ago and never maintained since then. TsFile has been majorly updated, so these...

When not calling flush manually, the memory usage is mainly controlled by `chunk_group_size_threshold_,` which is 128MB by default. It is pretty close to the result of 144MB above. Considering that...

One potential improvement: the compaction task clears the cache file at first. If a restart happens at that time, there will be no available cache file for this restart, and...

> Fantastic job, only minor question, why not just using thread pool like this `ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, BlockingQueue workQueue, ThreadFactory threadFactory)` rather than recreate the...