split_chunk()
CommunityCommunity functions are available under Timescale Community Edition. Click to learn more.Timescale Cloud: Performance, Scale, Enterprise
Self-hosted products
MST
Split a large chunk at a specific point in time.
Name | Type | Description |
---|---|---|
chunk | REGCLASS | Name of the chunk to split. |
split_at | TIMESTAMPTZ | Timestamp to split the chunk at. |
This function returns void.
Split a chunk at a specific time:
CALL split_chunk('chunk_1', split_at => '2025-03-01 00:00');
Keywords
Found an issue on this page?Report an issue or Edit this page
in GitHub.