batched
adj. 成批的
v. 分批处理(batch 的过去分词)
例句
Like the 3270, HTML provides batched-up form submission.
HTML与3270一样,也提供了批处理方式的表单提交机制。
In case of parallel processing, the server can execute the batched requests in any order.
如果使用并行处理,服务器可以按照任何顺序执行成批请求。
The default value is Integer.MAX_VALUE. Large values are better for batched indexing and speedier searches.
它的默认值是 Integer.MAX_VALUE,将这个参数设置为比较大的值可以提高索引效率和检索速度,由于该参数的默认值是整型的最大值,所以我们一般不需要改动这个参数。