File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 290
290
url : https://kudu.apache.org/
291
291
- urltext : Kudu connector documentation
292
292
url : /docs/current/connector/kudu.html
293
+ - name : Apache ORC
294
+ anchor : apache-orc
295
+ category : data-lake
296
+ owner : trinodb
297
+ logo : /assets/images/logos/apache-orc.png
298
+ logosmall : /assets/images/logos/apache-orc-small.png
299
+ description : |
300
+ Apache ORC is a self-describing type-aware columnar file format designed
301
+ for Hadoop workloads. It is optimized for large streaming reads, but with
302
+ integrated support for finding required rows quickly. Storing data in a
303
+ columnar format lets the reader read, decompress, and process only the
304
+ values that are required for the current query.
305
+
306
+ Access ORC files from Trino with the built-in readers and writers used by
307
+ the Hive or Iceberg connector.
308
+ links :
309
+ - urltext : Apache ORC
310
+ url : https://orc.apache.org/
311
+ - urltext : Trino ORC configuration properties
312
+ url : /docs/current/object-storage/file-formats.html#orc-format-configuration-properties
293
313
- name : Apache Parquet
294
314
anchor : apache-parquet
295
315
category : data-lake
You can’t perform that action at this time.
0 commit comments