Skip to content

Commit

Permalink
Remove obsolete message (#3408)
Browse files Browse the repository at this point in the history
* Remove obsolete message
* Add empty line to close the ul/li

---------

Co-authored-by: Iain Cox <[email protected]>
  • Loading branch information
jonatas and billy-the-fish authored Sep 4, 2024
1 parent fa0904d commit 5d3cbc4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions use-timescale/user-defined-actions/example-tiered-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,7 @@ to move data to low-cost object storage backed by Amazon S3.
);
```

<Highlight type="note">
This procedure uses PostgreSQL's regular `ALTER TABLE ... SET TABLESPACE` syntax
to move chunks. You could also write the procedure using TimescaleDB's
[`move_chunk`](/api/latest/hypertable/move_chunk) function. The
`move_chunk` function reorders the data as part of the move, which makes
subsequent queries faster. It also requires lower lock levels, so the chunk
remains available for reads during the move.
</Highlight>

</Procedure>


[moving-data]: /use-timescale/:currentVersion:/user-defined-actions/example-tiered-storage/

0 comments on commit 5d3cbc4

Please sign in to comment.