Skip to content

Commit

Permalink
fix: automatic compression compresses chunks automatically :-). (#3489)
Browse files Browse the repository at this point in the history
  • Loading branch information
billy-the-fish authored Oct 9, 2024
1 parent 30183e9 commit b993017
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions use-timescale/compression/manual-compression.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ keywords: [compression, hypertables]

# Manually compress chunks

In most cases, an [automated compression policy][add_compression_policy] is sufficient to manually compress your chunks. However, if you
want more control over compression, you can also manually compress specific
chunks.
In most cases, an [automated compression policy][add_compression_policy] is sufficient to automatically compress your
chunks. However, if you want more control over compression, you can also manually compress specific chunks.

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

0 comments on commit b993017

Please sign in to comment.