Jialin Qiao created IOTDB-863:
---------------------------------
Summary: Add a switch to drop ouf-of-order data that is recognized
by IoTDB
Key: IOTDB-863
URL: https://issues.apache.org/jira/browse/IOTDB-863
Project: Apache IoTDB
Issue Type: New Feature
Components: Core/Engine
Reporter: Jialin Qiao
Out-of-order data will impact the aggregation query a lot. And users may do not
care about discarding some out-of-order data.
So we can add a configuration parameter (enable_discard_out_of_order_data) to
allow iotdb to discard the out-of-order data (Compare with the
partitionLatestFlushedTime in StorageGroupProcessor).
The default value is false.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)