Skip to content

Commit 55d9ee0

Browse files
authored
Drop tiered data (#4629)
1 parent f64cfc4 commit 55d9ee0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

use-timescale/data-tiering/enabling-data-tiering.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,10 @@ To untier a chunk, call the `untier_chunk` stored procedure.
255255

256256
</Procedure>
257257

258+
### Drop tiered data
259+
260+
To drop tiered data, call [DROP_TABLE][drop-hypertable] on the corresponding hypertable. This removes the hypertable and all its associated data from the high-performance and low-cost storage.
261+
258262
### Disable tiering
259263

260264
If you no longer want to use tiered storage for a particular hypertable, drop the associated metadata by calling `disable_tiering`.
@@ -290,6 +294,7 @@ If you no longer want to use tiered storage for a particular hypertable, drop th
290294
[caggs]: /use-timescale/:currentVersion:/continuous-aggregates/
291295
[data-retention]: /use-timescale/:currentVersion:/data-retention/
292296
[default-standard-storage-in-tiger]: https://assets.timescale.com/docs/images/tiger-on-azure/high-performance-storage-tiger-console.png
297+
[drop-hypertable]: /use-timescale/:currentVersion:/hypertables/hypertable-crud#drop-a-hypertable
293298
[enable-tiered-storage]: https://assets.timescale.com/docs/images/tiger-on-azure/enable-tiered-storage-tiger-console.png
294299
[enhanced-storage-in-tiger]: https://assets.timescale.com/docs/images/tiger-on-azure/enable-enhanced-storage-tiger-console.png
295300
[high-performance-storage]: /use-timescale/:currentVersion:/data-tiering/enabling-data-tiering/#high-performance-storage-tier

0 commit comments

Comments
 (0)