Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 1010 Bytes

File metadata and controls

25 lines (19 loc) · 1010 Bytes
title Distributed hypertables ( Sunsetted v2.14.x )
excerpt Sunsetted v2.14.x. TimescaleDB API reference for dealing with distributed hypertables
keywords
distributed hypertables
seo
robots
noindex

import MultiNodeDeprecation from "versionContent/_partials/_multi-node-deprecation.mdx";

Distributed hypertables ( Sunsetted v2.14.x) Community

Distributed hypertables are an extension of regular hypertables, available when using a multi-node installation of TimescaleDB. Distributed hypertables provide the ability to store data chunks across multiple data nodes for better scale-out performance.

Most management APIs used with regular hypertable chunks also work with distributed hypertables as documented in this section. There are a number of APIs for specifically dealing with data nodes and a special API for executing SQL commands on data nodes.