Skip to content

Commit

Permalink
Update hypertable_compression_stats.md (#3765)
Browse files Browse the repository at this point in the history
minor typo and return type fix

Signed-off-by: Markus Engel <12701125+mrksngl@users.noreply.github.com>
Co-authored-by: Iain Cox <iain@timescale.com>
  • Loading branch information
mrksngl and billy-the-fish authored Feb 6, 2025
1 parent 5515c6d commit 7490bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/hypertable_compression_stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For more information about using hypertables, including chunk size partitioning,
see the [hypertable section][hypertable-docs].

For more information about compression, see the
[compression sction][compression-docs].
[compression section][compression-docs].

### Required arguments

Expand All @@ -30,7 +30,7 @@ For more information about compression, see the
|Column|Type|Description|
|-|-|-|
|`total_chunks`|BIGINT|The number of chunks used by the hypertable|
|`number_compressed_chunks`|INTEGER|The number of chunks used by the hypertable that are currently compressed|
|`number_compressed_chunks`|BIGINT|The number of chunks used by the hypertable that are currently compressed|
|`before_compression_table_bytes`|BIGINT|Size of the heap before compression|
|`before_compression_index_bytes`|BIGINT|Size of all the indexes before compression|
|`before_compression_toast_bytes`|BIGINT|Size the TOAST table before compression|
Expand Down

0 comments on commit 7490bad

Please sign in to comment.