Tag

FetchSize

0 views collected around this technical thread.

Architect's Guide
Architect's Guide
Apr 1, 2023 · Big Data

Handling Large Data Queries in MySQL with MyBatis: Regular, Stream, and Cursor Approaches

The article explains how to efficiently retrieve and process massive MySQL result sets in Java using MyBatis, comparing regular pagination, streaming queries via Cursor, and cursor-based fetchSize techniques, and provides practical code examples and best‑practice tips to avoid OOM and improve performance.

CursorFetchSizeMyBatis
0 likes · 10 min read
Handling Large Data Queries in MySQL with MyBatis: Regular, Stream, and Cursor Approaches