DolphinDB: How to maintain the overall orderliness of a distributed table in TSDB?
How can I ensure that the entire table in the TSDB engine remains sorted when performing a tableInsert? Even after defining sortColumns, the data is not being sorted as expected. A similar issue was encountered previously.