GS_ILM_POLICY
The GS_ILM_POLICY system catalog records policy action types and judgment conditions.
Name |
Type |
Description |
---|---|---|
pidx |
integer |
Policy ID. |
action |
"char" |
Policy action. Only compression ('c') is supported. |
ctype |
"char" |
Compression type. Only advanced row compression ('a') is supported. |
condition |
"char" |
Condition type. Only LAST MODIFICATION('m') is supported. |
days |
smallint |
Number of judgment days. |
scope |
"char" |
Policy scope. Only row ('r') is supported. |
predicate |
pg_node_tree |
Policy row-level expression. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.