deferred update:延迟更新、推迟执行的更新。常见于计算机与数据库领域,指把对数据/系统的修改先记录下来,等到满足某个时机(如事务提交、批量处理窗口、网络恢复)再真正写入或生效。(在不同语境下也可泛指“稍后再做的更新”。)
/diˈfɝːd ˈʌpˌdeɪt/
The app will install the deferred update tonight.
这个应用会在今晚安装延迟更新。
To improve performance, the system uses a deferred update strategy that applies changes only after the transaction commits.
为了提升性能,系统采用延迟更新策略,只在事务提交后才应用更改。
deferred 来自动词 defer(推迟、延期),源自拉丁语 differre(“带到别处、推迟”);update 由 up + date 组成,原义是“把日期更新”,引申为“使信息/系统变为最新”。合起来就是“把更新推迟到之后再执行”。