TsukiokaKogane commented on issue #61056: URL: https://github.com/apache/doris/issues/61056#issuecomment-4023095808
@morningman specific real-world use case: Logistics fulfillment as we use Doris unique table to track down the states of specific orders. We may use multiple partial updates to update different parts of order information in the mean time. The most instinctive filters for data lifecycle is by when the whole order is complete, the complete time could only be updated when the whole order is finished but the actual fulfillment time of an order may vary in a relative long period. It's hard for us to do data lifecycle management with partitioned table in such cases. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
