ColinLeeo commented on issue #211: URL: https://github.com/apache/tsfile/issues/211#issuecomment-2295170225
## EXPERIMENT With the help of Valgrind and massif-visualizer. I got the result below. ### BASIC INFO 50 devices * 50 measuements = 2500 timeseries. All data are stored in plain int32 without compression. ** 1. 25 rows in tablet, 300 points on every page, and flush at the program end. **  ** 2. 10 rows in tablet, 100 points on every page, and flush at the program end. **  ** 3. 10 rows in tablet, 100 points on every page, and flushing when writing data.  -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
