Versions Compared

Key

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

...

remote_storage_cooldown_time is used to cooldown to S3.


StoragePolicy

The proposal propose the storage policy.

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_*"
);

...