ended3월 21일· 1 sources
Sending a Million Rows from the Backend: Streaming, Batching, Compression & Protocol Buffers
백엔드에서 백만 행 전송하기: 스트리밍, 배칭, 압축 및 Protocol Buffers
Why it matters
Sending a million database rows in a single JSON response causes severe memory, timeout, and browser crash issues across every system layer. The article covers multiple strategies including pagination, streaming, batching, compression, Protocol Buffers, gRPC streaming, backpressure management, and Parquet exports with real code and benchmarks.
1
Sources
+0
24h
—
Growth
179d
Active
StreamingProtocol BuffersBackpressuregRPCPaginationParquet