跳到内容
TimescaleDB - Timeseries database for PostgreSQL 文档
  • Timescale.com
  • 免费试用
开始使用
使用 Timescale
教程
开始使用 Timescale 编写代码
API 参考
超表 & 数据块
create_hypertable
create_hypertable (旧接口)
show_chunks
drop_chunks
reorder_chunk
move_chunk
add_reorder_policy
remove_reorder_policy
attach_tablespace
detach_tablespace
detach_tablespaces
show_tablespaces
set_chunk_time_interval
set_integer_now_func
add_dimension
add_dimension (旧接口)
enable_chunk_skipping
disable_chunk_skipping
create_index (每个数据块一个事务)
hypertable_size
hypertable_approximate_size
hypertable_detailed_size
hypertable_approximate_detailed_size
hypertable_index_size
chunks_detailed_size
分布式超表
压缩
连续聚合
数据保留
操作和自动化
超函数
信息视图
配置
管理函数
API 参考标签概览
将您的数据迁移到 Timescale Cloud
其他部署选项
关于 Timescale
AI 和向量:Timescale 上的 pgai
查找文档页面
TimescaleDB API 参考超表和数据块

show_tablespaces()

显示附加到超表的表空间。

必需参数

名称类型描述
hypertableREGCLASS要显示附加表空间的超表。

用法示例

SELECT * FROM show_tablespaces('conditions');
show_tablespaces
------------------
disk1
disk2

关键词

tablespaceshypertables

在此页面上发现问题?报告问题 或 在 GitHub 上编辑此页面。

上一个detach_tablespaces下一个set_chunk_time_interval

相关内容

show_chunks()
显示属于超表的数据块
move_chunk()
将数据块及其索引移动到不同的表空间
attach_tablespace()
将表空间附加到超表
detach_tablespace()
从超表分离表空间
detach_tablespaces()
从超表分离所有表空间
timescaledb_information.chunks
获取关于超表数据块的元数据