mirror of https://github.com/apache/druid.git
Adding supported compression formats for native batch ingestion (#10306)
* Adding supported compression formats for native batch ingestion * Update docs/ingestion/native-batch.md Co-authored-by: sthetland <steve.hetland@imply.io> * fix spellcheck Co-authored-by: Suneet Saldanha <suneet@apache.org> Co-authored-by: sthetland <steve.hetland@imply.io>
This commit is contained in:
parent
d4ac62f284
commit
69d8645425
|
@ -69,6 +69,9 @@ Some other cloud storage types are supported with the legacy [`firehose`](#fireh
|
|||
The below `firehose` types are also splittable. Note that only text formats are supported
|
||||
with the `firehose`.
|
||||
|
||||
### Compression formats supported
|
||||
The supported compression formats for native batch ingestion are `bz2`, `gz`, `xz`, `zip`, `sz` (Snappy), and `zst` (ZSTD).
|
||||
|
||||
- [`static-cloudfiles`](../development/extensions-contrib/cloudfiles.md#firehose)
|
||||
|
||||
You may want to consider the below things:
|
||||
|
|
|
@ -179,6 +179,7 @@ UTF-8
|
|||
UTF8
|
||||
XMLs
|
||||
ZK
|
||||
ZSTD
|
||||
accessor
|
||||
ad-hoc
|
||||
aggregator
|
||||
|
|
Loading…
Reference in New Issue