Skip to content

Releases: timescale/timescaledb-toolkit

0.3.0 Cloud

17 Jun 18:37
6d89805
Compare
Choose a tag to compare

Internal improvements and prep work for 1.0

0.3.0

17 Jun 18:33
6d89805
Compare
Choose a tag to compare

Internal improvements and prep work for 1.0

0.2.0 Cloud Edition

29 Apr 14:29
Compare
Choose a tag to compare

Version 0.2.0 with more permissive permissions to work correctly when provided by a managed environment. Use the regular version of the release, unless you have specific reason to use this one.

0.2.0

08 Apr 18:43
35721f5
Compare
Choose a tag to compare

This release contains more experimental
features, along with additional functionality for prior features.

New Experimental features:

In addition, we've updated UddSketch with an
aggregate that merges multiple UddSketchs and various internal improvements.

0.1.0

03 Mar 15:48
132cd72
Compare
Choose a tag to compare

First release. Currently all features are experimental, and may change by future versions; do not use them if you will unable to handle that. In particular, the schema containing the experimental features will be dropped and recreated in the upgrade script, so do not create any objects (views, continuous aggregates, tables, functions, etc.) that rely on features in the experimental schema unless you are ok with said objects being dropped on upgrade.

There are no stable features added in this release.

Notable experimental features in this release include:

  • Hyperloglog – An approximate COUNT DISTINCT based on hashing that provides reasonable accuracy in constant space.
  • T-Digest – A quantile estimate sketch optimized to provide more accurate estimates near the tails (i.e. 0.001 or 0.995) than conventional approaches.
  • UddSketch – A quantile estimate sketch which provides a guaranteed maximum relative error.
  • Time-weighted average – A time-weighted averaging function to determine the value of things proportionate to the time they are set.

0.1.0-beta

26 Feb 20:19
6202102
Compare
Choose a tag to compare
0.1.0-beta Pre-release
Pre-release

Test release for Forge integration, if this works, it will be promoted to a real release.