Releases: timescale/timescaledb-tune
Releases · timescale/timescaledb-tune
v0.18.0
What's Changed
- Recommend default_toast_compression=lz4 & jit=off by @matthewmcnew in #138
- Bump version to v0.18.0 by @matthewmcnew in #139
New Contributors
- @matthewmcnew made their first contribution in #138
Full Changelog: v0.17.1...v0.18.0
v0.17.0
What's Changed
- Add PG17 support by @svenklemm in #135
- Update dependencies and the version for a new release by @graveland in #136
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- Double max_locks_per_transaction by @adolsalamanca in #134
New Contributors
- @adolsalamanca made their first contribution in #134
Full Changelog: v0.15.0...v0.16.0
Release 0.15.0
What's Changed
- Add support for PG16 by @svenklemm in https://github.com/timescale/timescaledb-tune/pull/232
Full Changelog: v0.14.4...v0.15.0
Release 0.14.4
What's Changed
- Update link to release instructions in README by @konskov in #114
- Add ISSUE_TEMPLATE-s to avoid lost bug reports by @kgyrtkirk in #120
- Jobs waiting-for-engineering, waiting-for-author by @sotirissl in #122
- Replace label check with project column check by @jnidzwetzki in #125
- Fixed wrong if condition in github action by @jnidzwetzki in #127
- Improved GraphQL query for fetching issue status by @jnidzwetzki in #128
- Set default statistics target to 100 by @alexeyklyukin in #130
New Contributors
- @kgyrtkirk made their first contribution in #120
- @sotirissl made their first contribution in #122
Full Changelog: v0.14.3...v0.14.4
Release 0.14.3
What's Changed
- Update default value of timescaledb.max_background_workers = 16 by @konskov in #112
- Adjust settings for promscale by @jgpruitt in #113
Full Changelog: v0.14.2...v0.14.3
0.14.2
0.14.1
0.14.0
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.