LakeQL
Overview
  • Introduction
  • Hive Table Manager
Write Pipeline
  • executeWritePipeline
  • Load Strategies
  • Partitioning
Storage
  • Storage Operations
  • API Reference
GitHub
LakeQL
  1. Adapters
  2. Write Pipeline

Write Pipeline

 

executeWritePipeline

The main entry point for persisting mutation data through the write pipeline.

Load Strategies

How full_load, full_load_append, and append strategies control data storage and table management.

Partitioning

How data is partitioned into Hive-style paths within the all.parquet/ directory.

Previous page

Hive Table Manager

Next page

executeWritePipeline