跳到内容
📣 Timescale 亮相 AWS 纽约峰会 🤝 安排会议!
TimescaleDB - 适用于 PostgreSQL 的时序数据库 文档
  • Timescale.com
  • 免费试用
开始使用
试用 Timescale 的关键功能
开始使用 Timescale 编码
创建 Timescale 服务
关于 Timescale 产品
Timescale 实时分析架构
定价方案和账户管理
更新日志
使用 Timescale
超表
Hypercore
连续聚合
教程
集成
API 参考
超表和分块
CREATE TABLE
create_hypertable (旧版 API)
create_hypertable (更旧版 API)
show_chunks
drop_chunks
reorder_chunk
split_chunk
merge_chunks
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
Hypercore
连续聚合
数据保留
任务和自动化
超函数
信息视图
配置
管理函数
API 参考标签概览
压缩(旧版 API,已被 Hypercore 取代)
分布式超表(v2.14.x 已停止支持)
迁移和同步数据到 Timescale 云
AI 和向量:Timescale 上的 pgai
其他部署选项
查找文档页面
TimescaleDB API 参考超表和分块

show_tablespaces()

Timescale Cloud:性能、扩展、企业级

自托管产品

MST

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

必需参数

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

示例用法

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

关键词

表空间超表

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

上一页detach_tablespaces下一页set_chunk_time_interval

相关内容

show_chunks()
显示超表所属的分块
move_chunk()
将分块及其索引移动到不同的表空间
attach_tablespace()
将表空间附加到超表
detach_tablespace()
从超表分离表空间
detach_tablespaces()
从超表分离所有表空间
超表和分块
Timescale Cloud API 参考,用于处理超表和分块。包括所有与管理超表、分块、维度、表空间和索引相关的 SQL 函数和视图