CloudWise-Lukemiao commented on PR #11218: URL: https://github.com/apache/iotdb/pull/11218#issuecomment-1782597802
> LGTM~ BTW, It is better to add some performance test results in the pr description. Using the insertTablet method of the session, using 100 devices * 100 test points, each batch of 100 rows is cycled 100 times, tested 3 times, with three insertions using different device names. Test environment: 1c1d, Mac 16G, Intel Core i5. Test results: Based on the average of the three insertions of SSL, the average value is 13117ms, and the average value of non SSL is 12666ms. Overall, the test results show that the insertion speed of non SSL is slightly faster than that of SSL。 Using the executeQueryStatement method of the session, loop 100 times to query the test points of different devices, test 3 times, modify the SSL after the query, restart Iotdb, and use different device names for the three queries. Test environment: 1c1d, Mac 16G, Intel Core i5. Test conclusion: Based on the average of 4601ms for SSL three times and 3768ms for non SSL, the comprehensive test results show that the insertion speed of non SSL is slightly faster for SSL -- 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]
