You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`chunk`| REGCLASS | - |✔| Name of the chunk to add to the $COLUMNSTORE. |
57
+
|`if_not_columnstore`| BOOLEAN |`true`|✖| Set to `false` so this job fails with an error rather than a warning if `chunk` is already in the $COLUMNSTORE. |
58
+
|`recompress`| BOOLEAN |`false`|✖| Set to true to recompress. In-memory recompression will be attempted first; otherwise it will fall back to internal decompress/compress. |
Add refresh, compression, and data retention policies to a continuous aggregate
19
17
in one step. The added compression and retention policies apply to the
20
18
continuous aggregate, _not_ to the original hypertable.
21
19
20
+
<Highlighttype="warning">
21
+
22
+
This experimental function will be removed in future releases. Please use the [`add_continuous_aggregate_policy()`][add_continuous_aggregate_policy] function to add a policy.
|`chunk`| REGCLASS | - |✔| Name of the chunk to add to the $COLUMNSTORE. |
40
40
|`if_not_columnstore`| BOOLEAN |`true`|✖| Set to `false` so this job fails with an error rather than a warning if `chunk` is already in the $COLUMNSTORE. |
41
-
|`recompress`| BOOLEAN |`false`|✖| Set to `true` to add a chunk that had more data inserted after being added to the $COLUMNSTORE. |
41
+
|`recompress`| BOOLEAN |`false`|✖| Set to true to recompress. In-memory recompression will be attempted first; otherwise it will fall back to internal decompress/compress. |
0 commit comments