# Orc

> 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.

- Skill: `bytesagain/orc` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add bytesagain/orc`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bytesagain/orc/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: bytesagain (https://skillmd.com/u/bytesagain)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/bytesagain/orc

---


# 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 |

