Tag

Chunk

0 views collected around this technical thread.

Tongcheng Travel Technology Center
Tongcheng Travel Technology Center
Mar 24, 2023 · Databases

Understanding MySQL Buffer Pool: Memory Structure, Page Types, and Management Strategies

This article explains the MySQL Buffer Pool architecture, describing data pages, cache pages, the three page states, the various linked lists (Free, Flush, LRU), pre‑read mechanisms, hot‑cold separation, concurrency handling, and dynamic resizing using the chunk mechanism.

ChunkInnoDBLRU
0 likes · 18 min read
Understanding MySQL Buffer Pool: Memory Structure, Page Types, and Management Strategies
Code Ape Tech Column
Code Ape Tech Column
Jul 16, 2022 · Backend Development

Spring Batch Architecture Overview and Core Concepts

This article introduces Spring Batch as a lightweight, comprehensive batch‑processing framework for enterprise applications, explains its overall architecture, and details core concepts such as Job, JobInstance, JobParameters, JobExecution, Step, StepExecution, ExecutionContext, JobRepository, JobLauncher, ItemReader, ItemWriter, ItemProcessor, chunk processing, skip/failure handling, best‑practice guidelines, and common troubleshooting tips.

Backend DevelopmentChunkItemReader
0 likes · 20 min read
Spring Batch Architecture Overview and Core Concepts
Architecture Digest
Architecture Digest
Jul 17, 2021 · Backend Development

Introduction to Spring Batch and Its Core Concepts

Spring Batch is a lightweight, comprehensive Java batch processing framework that provides reusable features such as job/step architecture, ItemReader/Writer/Processor, chunk processing, transaction management, and restart capabilities, with detailed explanations of core concepts, configuration examples, and best practices for building robust enterprise batch jobs.

ChunkJobSpring Batch
0 likes · 19 min read
Introduction to Spring Batch and Its Core Concepts
ByteFE
ByteFE
May 25, 2021 · Frontend Development

Deep Dive into Webpack Runtime: Chunk, Runtime Modules, and Build Process

This article provides an in‑depth technical analysis of Webpack's runtime, explaining how bundles are composed of business code and runtime, the generation of __webpack_require__ helpers, the mechanisms behind asynchronous chunk loading, hot module replacement, and the internal dependency‑collection process that drives the final asset emission.

ChunkHMRWebpack
0 likes · 21 min read
Deep Dive into Webpack Runtime: Chunk, Runtime Modules, and Build Process
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jan 31, 2021 · Databases

Understanding MySQL InnoDB Buffer Pool: Architecture, Memory Structure, and Management

This article provides a comprehensive overview of MySQL InnoDB's Buffer Pool, explaining its memory layout, data and cache pages, free, flush, and LRU lists, hot‑cold separation, dynamic resizing with chunk mechanisms, and practical configuration tips for production environments.

ChunkDatabase PerformanceInnoDB
0 likes · 24 min read
Understanding MySQL InnoDB Buffer Pool: Architecture, Memory Structure, and Management