Skip to content

0.14.0

Compare
Choose a tag to compare
@jgpruitt jgpruitt released this 29 Aug 18:28
· 28 commits to main since this release

Introduces profiles and the promscale profile

A profile is an optional "mode" to put the tuner in that tailors the recommendations for a particular workload. If no profile is specified, the tuner is run with a default profile which provides the same behavior as before and corresponds to the typical timescaledb workload.

The only other valid profile defined at the moment is "promscale".

The profile is specified using either the --profile argument or the TSTUNE_PROFILE environment variable.