Query data in distributed hypertables
You can query a distributed hypertable just as you would query a regular hypertable or PostgreSQL table. For more information, see the section on writing data.
Queries perform best when the access node can push transactions down to the data nodes. To ensure that the access node can push down transactions, check that the enable_partitionwise_aggregate setting is set to on
for the access node. By default, it is off
.
If you want to use continuous aggregates on your distributed hypertable, see the continuous aggregates section for more information.
当前内容版权归 TimescaleDB 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 TimescaleDB .