LIMIT/OFFSET clause.
Stage Category: REDUCE (Truncates documents)Transformation: N documents → min(N, limit) documents
When to Use
When NOT to Use
Parameters
Configuration Examples
Performance
Common Pipeline Patterns
Rerank Then Limit
Cost-Controlled LLM Pipeline
Error Handling
Related
- Sample - Random or stratified sampling
- Deduplicate - Remove duplicates before limiting
- Rerank - Re-score before limiting to ensure best results

