Skip to content

Commit 8bc8b80

Browse files
authored
compress chunk update (#4227)
1 parent 839dfe2 commit 8bc8b80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/compression/compress_chunk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Deprecated2180 from "versionContent/_partials/_deprecated_2_18_0.mdx";
1616

1717
<Deprecated2180 /> Replaced by <a href="https://docs.tigerdata.com/api/latest/hypercore/convert_to_columnstore/">convert_to_columnstore()</a>.
1818

19-
The `compress_chunk` function is used to compress (or recompress, if necessary)
19+
The `compress_chunk` function is used for synchronous compression (or recompression, if necessary) of
2020
a specific chunk. This is most often used instead of the
2121
[`add_compression_policy`][add_compression_policy] function, when a user
2222
wants more control over the scheduling of compression. For most users, we

use-timescale/compression/manual-compression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords: [compression, hypertables]
88
# Manually compress chunks
99

1010
In most cases, an [automated compression policy][add_compression_policy] is sufficient to automatically compress your
11-
chunks. However, if you want more control over compression, you can also manually compress specific chunks.
11+
chunks. However, if you want more control, you can also use manual synchronous compression of specific chunks.
1212

1313
Before you start, you need a list of chunks to compress. In this example, you
1414
use a hypertable called `example`, and compress chunks older than three days.

0 commit comments

Comments
 (0)