This page is part of my personal knowledge database, that helps me to store and navigate my learnings.
Read on here for details

Batch Size

Batch Size describes the amount of things that are handled in one step in a process.

The goal within DevOps Organizations is to work in distinctly Small Batch Sizes, that is: achieve Single Piece Flow, which means in practice to build and release each commit separately. Do not bundle commits. Because:

The antithesis of this idea is accumulation of code changes over a long time (weeks or even months), which are then released together, with a Big Bang.

Sources