You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timescale support was added in #11091 but only for creating hypertables.
At least there are two other features of Timescale that fit extraordinarily well with OpenHab:
data compression policies
data retention policies
Both are defined per table using a select in a similar way to how the hypertable is created.
As there can be also other similar options and new possibilities in new timescale versions I think that will be useful to have a generic option to add extra DDL statements in native format when an Item table is created.
That way a user would be able to configure for example something like:
Timescale support was added in #11091 but only for creating hypertables.
At least there are two other features of Timescale that fit extraordinarily well with OpenHab:
Both are defined per table using a select in a similar way to how the hypertable is created.
As there can be also other similar options and new possibilities in new timescale versions I think that will be useful to have a generic option to add extra DDL statements in native format when an Item table is created.
That way a user would be able to configure for example something like:
post_create_item_table_statements:
If this approach is accepted I will try to contribute with a PR.
The text was updated successfully, but these errors were encountered: