mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 10:11:29 +08:00
Add documentation for chunk_time_interval argument
This commit is contained in:
parent
55fd2f2f00
commit
1c4868d754
@ -21,7 +21,7 @@ etc., still work on the resulting hypertable.
|
||||
|---|---|
|
||||
| `partitioning_column` | Name of an additional column to partition by. If provided, `number_partitions` must be set.
|
||||
| `number_partitions` | Number of partitions to use when `partitioning_column` is set. Must be > 0.
|
||||
|
||||
| `chunk_time_interval` | Interval in event time (micro seconds for TIMESTAMP and TIMESTAMPTZ) that each chunk covers. Must be > 0. Default is 1 month.
|
||||
**Sample usage**
|
||||
|
||||
Convert table `foo` to hypertable with just time partitioning on column `ts`:
|
||||
|
Loading…
x
Reference in New Issue
Block a user