timescaledb icon indicating copy to clipboard operation
timescaledb copied to clipboard

Add support for secondary dimensions

Open nikkhils opened this issue 10 months ago • 2 comments

Allow users to specify a specific column to be used as a secondary dimension using the add_dimension() API. A secondary dimension does not participate in partitioning of the data. Such a secondary dimension will be used for chunk pruning if the WHERE clause of a SQL query specifies ranges on such a column.

Disable-check: force-changelog-file

Disable-check: commit-count

nikkhils avatar Aug 29 '23 12:08 nikkhils