Added experimental feature text for front coding feature (#13349)

This commit is contained in:
Jill Osborne 2022-11-11 10:06:13 +00:00 committed by GitHub
parent e78f648023
commit 47dd4ed2e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ The `indexSpec` object can include the following properties:
##### Front coding
Starting in version 25.0, Druid can store STRING and [COMPLEX<json>](../querying/nested-columns.md) columns using an incremental encoding strategy called front coding. This allows Druid to create smaller UTF-8 encoded segments with very little performance cost.
Front coding is an experimental feature starting in version 25.0. Front coding is an incremental encoding strategy that Druid can use to store STRING and [COMPLEX<json>](../querying/nested-columns.md) columns. It allows Druid to create smaller UTF-8 encoded segments with very little performance cost.
To enable front coding with SQL-based ingestion, define an `indexSpec` in a query context. See [SQL-based ingestion reference](../multi-stage-query/reference.md#context-parameters) for more information.