Skip to content

Commit

Permalink
chore: remove links from steps in a list.
Browse files Browse the repository at this point in the history
  • Loading branch information
billy-the-fish committed Jan 9, 2025
1 parent 67c638f commit 39c8f8c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions api/hypercore/convert_to_rowstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ This workflow is especially useful if you need to backfill old data.

To modify or add a lot of data to a chunk:

<Procedure>

1. **Stop the jobs that are automatically adding chunks to the columnstore**

Retrieve the list of jobs from the [timescaledb_information.jobs][informational-views] view
Expand Down Expand Up @@ -70,6 +72,14 @@ To modify or add a lot of data to a chunk:
SELECT alter_job(JOB_ID, scheduled => true);
```

</Procedure>

## Arguments

| Name | Type | Default | Required | Description|
|--|----------|---------|----------|-|
|`chunk`| REGCLASS | - | ✖ | Name of the chunk to be moved to the rowstore. |
|`if_compressed`| BOOLEAN | `true` | ✔ | Set to `false` so this job fails with an error rather than an warning if `chunk` is not in the columnstore |

[job]: /api/:currentVersion:/actions/
[alter_job]: /api/:currentVersion:/actions/alter_job/
Expand Down

0 comments on commit 39c8f8c

Please sign in to comment.