Skip to content

Add a troubleshooting entry #3937

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _troubleshooting/chunk-temp-file-limit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Temporary file size limit exceeded when compressing chunks
section: troubleshooting
products: [cloud, mst, self_hosted]
topics: [hypertables, distributed hypertables, compression]
topics: [hypertables, distributed hypertables, compression, hypercore]
errors:
- language: text
message: |-
Expand Down
2 changes: 1 addition & 1 deletion _troubleshooting/compression-alter-hypertable.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Cannot add column to a compressed hypertable
section: troubleshooting
products: [cloud, mst, self_hosted]
topics: [hypertables, compression]
topics: [hypertables, compression, hypercore]
errors:
- language: text
message: |-
Expand Down
2 changes: 1 addition & 1 deletion _troubleshooting/compression-dml-tuple-limit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Tuple decompression limit exceeded by operation
section: troubleshooting
products: [cloud, mst, self_hosted]
topics: [hypertables, compression]
topics: [hypertables, compression, hypercore]
errors:
- language: text
message: |-
Expand Down
18 changes: 18 additions & 0 deletions _troubleshooting/compression-inefficient-chunk-interval.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Inefficient `compress_chunk_time_interval` configuration
section: troubleshooting
products: [cloud, mst, self_hosted]
topics: [compression, hypercore]
errors:
- language: text
message: |-
compress_chunk_time_interval configured and primary dimension not first column in compress_orderby.
consider setting "<column name>" as first compress_orderby column
keywords: [compression, alter_table]
tags: [compression, alter_table]
---

When you configure `compress_chunk_time_interval` but do not set the primary dimension as the first column in `compress_orderby`, $TIMESCALE_DB decompresses chunks before merging. This makes merging less efficient. Set the primary dimension of the chunk as the first column in `compress_orderby` to improve efficiency.



2 changes: 1 addition & 1 deletion _troubleshooting/compression-userperms.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: User permissions do not allow chunks to be compressed or decompressed
section: troubleshooting
products: [cloud, mst, self_hosted]
topics: [hypertables, compression, configuration]
topics: [hypertables, compression, configuration, hypercore]
errors:
- language: text
message: |-
Expand Down
2 changes: 1 addition & 1 deletion _troubleshooting/invalid-attribute-reindex-hypertable.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Reindex hypertables to fix large indexes
section: troubleshooting
products: [cloud, mst, self_hosted]
topics: [hypertables, distributed hypertables, schema management, data retention, compression]
topics: [hypertables, distributed hypertables, schema management, data retention, compression, hypercore]
errors:
- language: bash
message: |-
Expand Down
2 changes: 1 addition & 1 deletion _troubleshooting/scheduled-jobs-stop-running.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Scheduled jobs stop running
section: troubleshooting
products: [cloud, mst, self_hosted]
topics: [jobs, continuous aggregates, data retention, compression]
topics: [jobs, continuous aggregates, data retention, compression, hypercore]
apis:
- [continuous aggregates, add_continuous_aggregate_policy()]
- [continuous aggregates, add_policies()]
Expand Down
5 changes: 5 additions & 0 deletions use-timescale/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ module.exports = [
href: "secondary-indexes",
excerpt: "Automate",
},
{
title: "Troubleshooting",
href: "troubleshooting",
type: "placeholder",
},
],
},
{
Expand Down