shizy818 commented on PR #14616:
URL: https://github.com/apache/iotdb/pull/14616#issuecomment-2597677332

   **Write Performance Test**
   ```
   # iotdb settings
   series_slot_num=100
   data_region_per_data_node=5
   
   # benchmark settings
   DEVICE_NUMBER=100
   SENSOR_NUMBER=20
   LOOP=10000
   DATA_CLIENT_NUMBER=10
   DATA_CLIENT_NUMBER=10
   OPERATION_PROPORTION=1:0:0:0:0:0:0:0:0:0:0:0
   ```
   
   
   Unaligned Series:
   | TVList Sort Threshold | 0 | 100 | 200 | 500 | 1000 | 2000 | 5000 | 10000 | 
master |
   | :---: | :----: | :---: | :---: | :----: | :---: | :---: | :----: | :---: | 
:---: |
   | points/s | 4569824.325 | 4374989.505 | 4342791.53  | 4481212.23 | 
4335337.15 | 4217159.025 | 4333778.515 | 4191477.875 | 4355698.645 |
   | Comparison | 1.049159893 | 1.004428878 | 0.997036729 | 1.028815948 | 
0.995325321 | 0.968193479 | 0.994967482 | 0.96229749 |
   
   
   Aligned Series:
   | TVList Sort Threshold | 0 | 100 | 200 | 500 | 1000 | 2000 | 5000 | 10000 | 
master |
   | :---: | :----: | :---: | :---: | :----: | :---: | :---: | :----: | :---: | 
:---: |
   | points/s | 6845973 | 6616038.8 | 7266610.87 | 7332207.695 | 6747288.985 | 
6925542.685 | 7476763.485 | 7219287.525 | 7161518.61 |
   | Comparison | 0.955938729 | 0.923831824 | 1.014674578 | 1.023834203 | 
0.942158968 | 0.967049457 | 1.044019277 | 1.008066573 |
   


-- 
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]

Reply via email to