返回 Skill 列表
extension
分类: 其它无需 API Key

Orc

Apache ORC列式存储格式参考。文件结构包含条带和索引,schema类型及演化规则,压缩编解码器(ZLIB/SNAPPY/ZST...)

person作者: xueyetianyahubclawhub

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 |