Skip to content

Commit

Permalink
Clarify release notes for Parquet version
Browse files Browse the repository at this point in the history
  • Loading branch information
knylander-grafana committed Sep 20, 2024
1 parent 64fd38e commit 8658261
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/sources/tempo/release-notes/v2-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,11 @@ vParquet4 format is now the default block format.
It's production ready and we highly recommend switching to it for improved query performance. [PR [3810](https://github.com/grafana/tempo/pull/3810)]
Upgrading to Tempo 2.6 modifies the Parquet block format.
Although you can use Tempo 2.6 with vParquet2 or vParquet3, you can only use Tempo 2.6 with vParquet3.
You don't need to do anything with Parquet to go from 2.5 to 2.6.
All of your old blocks remain vParquet3, which 2.6 reads.
Tempo 2.6 creates vParquet4 blocks by default, which enables the new TraceQL features.
Although you can use Tempo 2.6 with vParquet2 or vParquet3, you can only use vParquet4 with Tempo 2.6 and newer.
You can also use the `tempo-cli analyse blocks` command to query vParquet4 blocks. [PR 3868](https://github.com/grafana/tempo/pull/3868)].
Refer to the [Tempo CLI ](https://grafana.com/docs/tempo/next/operations/tempo_cli/#analyse-blocks)documentation for more information.
Expand Down
6 changes: 5 additions & 1 deletion docs/sources/tempo/setup/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ vParquet4 format is now the default block format.
It's production ready and we highly recommend switching to it for improved query performance. [PR [3810](https://github.com/grafana/tempo/pull/3810)]
Upgrading to Tempo 2.6 modifies the Parquet block format.
Although you can use Tempo 2.6 with vParquet2 or vParquet3, you can only use Tempo 2.6 with vParquet3.
You don't need to do anything with Parquet to go from 2.5 to 2.6.
All of your old blocks remain vParquet3, which 2.6 reads.
Tempo 2.6 creates vParquet4 blocks by default, which enables the new TraceQL features.
Although you can use Tempo 2.6 with vParquet2 or vParquet3, you can only use vParquet4 with Tempo 2.6 and newer.
You can also use the `tempo-cli analyse blocks` command to query vParquet4 blocks. [PR 3868](https://github.com/grafana/tempo/pull/3868)].
Refer to the [Tempo CLI ](https://grafana.com/docs/tempo/next/operations/tempo_cli/#analyse-blocks)documentation for more information.
Expand Down

0 comments on commit 8658261

Please sign in to comment.