Skip to content

Commit

Permalink
docs: Subtitle updates in migration guide overview (#16683)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtlim committed Jul 2, 2024
1 parent 5e05858 commit adde024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release-info/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ In general, when we introduce new features and behaviors into Apache Druid, we m
The guides in this section outline breaking changes introduced in Druid 25.0.0 and later. Each guide provides instructions to migrate to new features.


## Migrate to arrays from multi-value dimensions
## Migrate from multi-value dimensions to arrays

Druid now supports SQL-compliant array types. Whenever possible, you should use the array type over multi-value dimensions. See [Migration guide: MVDs to arrays](migr-mvd-array.md).

## Migrate to front-coded dictionary encoding

Druid encodes string columns into dictionaries for better compression. Front-coded dictionary encoding reduces storage and improves performance by optimizing for strings that share similar beginning substrings. See [Migration guide: front-coded dictionaries](migr-front-coded-dict.md) for more information.

## Migrate to `maxSubqueryBytes` from `maxSubqueryRows`
## Migrate from `maxSubqueryRows` to `maxSubqueryBytes`

Druid allows you to set a byte-based limit on subquery size to prevent Brokers from running out of memory when handling large subqueries. The byte-based subquery limit overrides Druid's row-based subquery limit. We recommend that you move towards using byte-based limits starting in Druid 30.0.0. See [Migration guide: subquery limit](migr-subquery-limit.md) for more information.

0 comments on commit adde024

Please sign in to comment.