Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
kb:bigdata:file_types [2018/11/21 14:52] โ [Parquet] yehuda | kb:bigdata:file_types [2022/01/03 16:03] (current) โ external edit 127.0.0.1 | ||
---|---|---|---|
Line 2: | Line 2: | ||
[[https:// | [[https:// | ||
+ | [[https:// | ||
+ | [[https:// | ||
===== Parquet ===== | ===== Parquet ===== | ||
Line 10: | Line 12: | ||
* Binary format | * Binary format | ||
* Encoded & Compressed | * Encoded & Compressed | ||
- | * | + | * Support schema evolution - Format supports |
Limitation: | Limitation: | ||
* Pushdown filters dont works on String / Binary ([[https:// | * Pushdown filters dont works on String / Binary ([[https:// | ||
Line 21: | Line 23: | ||
* Write mode append, that added embedded schema | * Write mode append, that added embedded schema | ||
- | ==== vs ORC ==== | + | === vs ORC === |
* indexed | * indexed | ||
* dont handles nested data | * dont handles nested data |