Tag

Chunk Processing

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 29, 2023 · Backend Development

Concurrent Chunk Processing in Go: A MapReduce‑Style Solution

The article explains how to handle business scenarios that require splitting large data sets into concurrent I/O requests and sequential aggregation by presenting a Go‑based chunk processing framework with map and reduce functions, configurable concurrency, and example code.

Chunk ProcessingConcurrencyGo
0 likes · 7 min read
Concurrent Chunk Processing in Go: A MapReduce‑Style Solution
Architect's Tech Stack
Architect's Tech Stack
Jul 31, 2022 · Backend Development

Comprehensive Introduction to Spring Batch: Architecture, Core Concepts, and Best Practices

This article provides a detailed overview of Spring Batch, covering its purpose, architecture, core concepts such as Job, Step, ItemReader/Writer/Processor, execution flow, chunk processing, skip/failed handling, and practical tips for building robust Java batch applications.

Chunk ProcessingJavaJob Scheduling
0 likes · 19 min read
Comprehensive Introduction to Spring Batch: Architecture, Core Concepts, and Best Practices
macrozheng
macrozheng
Jul 28, 2021 · Backend Development

Master Spring Batch: Core Concepts, Architecture, and Best Practices

This article provides a comprehensive overview of Spring Batch, covering its purpose, architecture, core components such as Job, Step, ItemReader/Writer/Processor, execution contexts, chunk processing, skip strategies, and practical tips for configuration and memory management.

Backend DevelopmentChunk ProcessingJava
0 likes · 20 min read
Master Spring Batch: Core Concepts, Architecture, and Best Practices