Are there any way to trigger the merging of out-of-order data into sequential data besides restarting Apache IoTDB? I think flush can only flush data and write it to disk, but it cannot let out-of-order data be written into sequential data. I know that the out-of-order data will be checked regularly by IoTDB system.
Aside from start merging at regular intervals, is there a way to start the merging process manually and how can I set this?