有两种形式,第一种是宏,它就像是具有延迟参数的方法调用一样,这些参数可用特殊的方式计算出来。
They take two forms, the first one is macros, which is basically like method calls with lazy arguments that can be evaluated in special ways.
该参数允许您延迟将日志记录写到磁盘,直到已经执行了所规定的最小数量的提交。
This parameter allows you to delay the writing of log records to disk until a minimum number of commits have been performed.
MINCOMMIT是数据库配置参数,它让您把将日志记录写到磁盘的工作一直延迟到执行了最小数量的提交为止。
MINCOMMIT is database configuration parameter that lets you delay the writing of log records to disk until a minimum number of commits have been performed.
应用推荐