Skip to content

Commit 9533094

Browse files
committed
Add Apache ORC
1 parent 1634464 commit 9533094

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

_data/tools.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,26 @@
290290
url: https://kudu.apache.org/
291291
- urltext: Kudu connector documentation
292292
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
293313
- name: Apache Parquet
294314
anchor: apache-parquet
295315
category: data-lake
14.9 KB
Loading

assets/images/logos/apache-orc.png

31.1 KB
Loading

0 commit comments

Comments
 (0)