Apache ORC columnar storage format reference. File structure with stripes and indexes, schema types with evolution rules, compression codecs (ZLIB/SNAPPY/ZSTD), orc-tools CLI, Python/Java writer APIs, Hive ACID transactions, Spark integration, and performance tuning with bloom filters.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill orc --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Orc?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-orc)More formats (shields.io, HTML) on the badges page.
---
name: "orc"
version: "1.0.0"
description: "Apache ORC columnar storage format reference. File structure with stripes and indexes, schema types with evolution rules, compression codecs (ZLIB/SNAPPY/ZSTD), orc-tools CLI, Python/Java writer APIs, Hive ACID transactions, Spark integration, and performance tuning with bloom filters."
author: "BytesAgain"
homepage: "https://bytesagain.com"
source: "https://github.com/bytesagain/ai-skills"
tags: [orc, columnar, hadoop, hive, spark, data, analytics]
category: "data"
---
# Apache ORC
Apache ORC columnar storage format reference.
## Commands
| Command | Description |
|---------|-------------|
| `intro` | ORC overview, file structure, vs Parquet |
| `schema` | Types, complex types, schema evolution |
| `compression` | ZLIB/SNAPPY/LZO/ZSTD codecs, ratios |
| `read` | orc-tools CLI, Python/Java read APIs |
| `write` | Writer APIs, stripe/buffer sizing |
| `hive` | Hive integration, ACID transactions |
| `spark` | Spark ORC read/write, pushdown |
| `performance` | Bloom filters, indexes, vectorized reads |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.