Loading...
Loading...
Compare original and translation side by side
from pyspark.sql.functions import col, from_jsonfrom pyspark.sql.functions import col, from_jsonundefinedundefined| Pattern | Description | Reference |
|---|---|---|
| Kafka Streaming | Kafka to Delta, Kafka to Kafka, Real-Time Mode | See kafka-streaming.md |
| Stream Joins | Stream-stream joins, stream-static joins | See stream-stream-joins.md, stream-static-joins.md |
| Multi-Sink Writes | Write to multiple tables, parallel merges | See multi-sink-writes.md |
| Merge Operations | MERGE performance, parallel merges, optimizations | See merge-operations.md |
| 模式 | 描述 | 参考 |
|---|---|---|
| Kafka Streaming | Kafka到Delta、Kafka到Kafka、实时模式 | 参见 kafka-streaming.md |
| 流连接 | 流-流连接、流-静态连接 | 参见 stream-stream-joins.md, stream-static-joins.md |
| 多输出端写入 | 写入多张表、并行合并 | 参见 multi-sink-writes.md |
| 合并操作 | MERGE性能、并行合并、优化 | 参见 merge-operations.md |
| Topic | Description | Reference |
|---|---|---|
| Checkpoints | Checkpoint management and best practices | See checkpoint-best-practices.md |
| Stateful Operations | Watermarks, state stores, RocksDB configuration | See stateful-operations.md |
| Trigger & Cost | Trigger selection, cost optimization, RTM | See trigger-and-cost-optimization.md |
| 主题 | 描述 | 参考 |
|---|---|---|
| 检查点 | 检查点管理与最佳实践 | 参见 checkpoint-best-practices.md |
| 有状态操作 | 水印、状态存储、RocksDB配置 | 参见 stateful-operations.md |
| 触发器与成本 | 触发器选择、成本优化、RTM | 参见 trigger-and-cost-optimization.md |
| Topic | Description | Reference |
|---|---|---|
| Production Checklist | Comprehensive best practices | See streaming-best-practices.md |
| 主题 | 描述 | 参考 |
|---|---|---|
| 生产环境最佳实践 | 全面的最佳实践 | 参见 streaming-best-practices.md |