📄 bulk.so
字号:
m4_comment([$Id: bulk.so,v 1.4 2006/07/14 23:04:42 alanb Exp $])m4_ref_title(m4_db Replication, Bulk transfer,, rep/init, rep/trans)m4_p([dnlSites in a replication group may be configured to use bulk transfer bycalling the m4_refT(rep_set_config) with the m4_ref(DB_REP_CONF_BULK)flag. When configured for bulk transfer, sites will accumulate recordsin a buffer and transfer them to another site in a single networktransfer. Configuring bulk transfer makes sense for master sites, ofcourse. Additionally, applications using client-to-clientsynchronization may find it helpful to configure bulk transfer forclient sites as well.])m4_p([dnlWhen a master is generating new log records, or any information requestis made of a master, and bulk transfer has been configured, records willaccumulate in a bulk buffer. The bulk buffer will be sent to the clientif either the buffer is full or if a permanent record (for example, atransaction commit or checkpoint record) is queued for the client.])m4_p([dnlWhen a client is responding to another client's request for information,and bulk transfer has been configured, records will accumulate in a bulkbuffer. The bulk buffer will be sent to the client when the buffer isfull or when the client's request has been satisfied; no particular typeof record will cause the buffer to be sent.])m4_p([dnlThe size of the bulk buffer itself is internally determined and cannotbe configured. However, the overall size of a transfer may be limitedusing the m4_refT(rep_set_limit).])m4_page_footer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -