timescaledb icon indicating copy to clipboard operation
timescaledb copied to clipboard

Hypertable#add_dimensions

Open jonatas opened this issue 11 months ago • 0 comments

It's only available via create_hypertable when it's defined with number_of_partitions.

https://docs.timescale.com/api/latest/hypertable/add_dimension/ can be useful to add extra dimensions.

Timescaledb.add_dimension hypertable_name, *options
# or
HypertableModel.hypertable.add_dimension(*options)

There's no remove_dimension.

jonatas avatar Jan 15 '25 18:01 jonatas