Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://doris.apache.org/advanced/partition/dynamic-partition.html#noun-interpretation

RemoteCooldown

remote_storage_cooldown_time is used to cooldown to S3.


StoragePolicy

Code Block
CREATE RESOURCE "storage_policy_name"
PROPERTIES(
     "type"="storage_policy",
     "cooldown_datetime" = "2022-06-01", // time when data is transfter to medium
     "cooldown_ttl" = 1h, // data is transfter to medium after 1 hour
     "s3_*"
);


Decision

Action


Result

Scheduling

...