指把多个任务/数据“成批”收集起来,按统一流程一次性或定时自动处理的方式;常用于计算机、数据处理与业务流程场景(也常见作 batch processing)。
/bætʃ ˈprɑːses/
We batch process the invoices every Friday.
我们每周五把发票集中起来批量处理。
To reduce costs and errors, the team batch processed thousands of records overnight, then reviewed the exception report in the morning.
为降低成本并减少错误,团队在夜间批量处理了数千条记录,并在早晨查看异常报告。
batch 原意是“一炉/一批(面包等)”,引申为“一批次的东西”;process 来自拉丁语 processus,有“推进、过程、处理”之意。合在一起就表示“按批次进行处理”,在计算机早期常用于描述把作业集中起来统一运行的“批处理”模式。