You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/02/17 08:40:37 UTC

[GitHub] [iotdb] mychaow commented on pull request #5073: [IOTDB-2562] Change default value of sync mlog period parameter

mychaow commented on pull request #5073:
URL: https://github.com/apache/iotdb/pull/5073#issuecomment-1042700428


   > > 0 will sharply decrease the performance of creating timeseries. So change it to 100, the same as force_wal_period_in_ms
   > 
   > I see. How sharply is that? Do you have any test result?
   
   I tested it with benchmark and found that the registration timing was so slow that I killed the test. This can estimate the speed drop. When it is 0, it takes about 10ms to access the disk each time a sequence is created, and it is estimated that about 100 sequences are created per second. When it is 100, a time series is 300 bytes, 1MB cache can carry about 3000 times, and the cache is flushed 10 times per second, and about 30,000 time series can be created. There are two orders of magnitude difference in speed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org