核心概念
<p>数据传输服务DTS涉及的重要术语如下表所示。</p>
<table border="1" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="background-color:#ededed; vertical-align:top; width:90px">
<p><strong>名称</strong></p>
</td>
<td style="background-color:#ededed; vertical-align:top; width:697px">
<p><strong>含义</strong></p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:90px">
<p>地域</p>
</td>
<td style="vertical-align:top; width:697px">
<p>地域由多个物理的数据中心组成。</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:90px">
<p>可用区</p>
</td>
<td style="vertical-align:top; width:697px">
<p>可用区是指在同一地域内,物理距离超过20公里,电力和网络互相独立的物理区域。</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:90px">
<p>源数据库</p>
</td>
<td style="vertical-align:top; width:697px">
<p>待进行数据传输的数据库。</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:90px">
<p>目标数据库</p>
</td>
<td style="vertical-align:top; width:697px">
<p>数据传输的目标数据库。</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:90px">
<p>预检查</p>
</td>
<td style="vertical-align:top; width:697px">
<p>开始数据在线迁移任务前,对影响迁移成功的关键因素进行检查。例如源库连接性检查、目标库权限检查等。如果预检查存在失败的检查项,可以根据控制台提供的修复方法进行修复后,重新执行预检查,直到所有预检查项全部通过。</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:90px">
<p>结构迁移</p>
</td>
<td style="vertical-align:top; width:697px">
<p>数据迁移的一种迁移类型,是对结构对象定义语句进行迁移,从而在目标数据库生成与源数据库相同的数据结构。包括定义表、视图、触发器、存储过程、存储函数、同义词等结构对象的定义语句。</p>
<p>对于异构数据库,在结构迁移阶段会进行数据类型的映射,并根据源和目标数据库的语法,对结构对象的语法进行调整。</p>
<p><!--[if gte mso 9]><xml>
<o:OLEObject Type="Embed" ProgID="PBrush" ShapeID="_x0000_i1025"
DrawAspect="Content" ObjectID="_1629273370">
</o:OLEObject>
</xml><![endif]--><img src="https://pcp-portal-sca.obs-cn-shenzhen.pinganyun.com/pcp-portal-sca/20190609111053-17bc935f9ad4.png" style="height:26px; margin:0px; width:65px" />:结构迁移前,请确保目标数据库没有结构。</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:90px">
<p>全量迁移</p>
</td>
<td style="vertical-align:top; width:697px">
<p>数据迁移的一种迁移类型,是指将源数据库中的所有数据(不包括结构对象的定义语法),一次性迁移到目标数据库中。</p>
<p>• 如果目标数据库不存在目标表,需要先进行结构迁移。</p>
<p>• 如果目标数据库存在目标表,且仅选择全量迁移,而不选择增量迁移,则在数据迁移过程中,源数据库写入的数据,不会迁移到目标数据库。</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:90px">
<p>增量迁移</p>
</td>
<td style="vertical-align:top; width:697px">
<p>数据迁移的一种迁移类型,是指在开启增量迁移的时间点后,将源数据库中的所有变化的数据(RDS-MySQL到RDS-MySQL增量迁移时会同步结构对象),准实时迁移到目标数据库中。</p>
<p>• 包含增量迁移的任务需要手动结束。</p>
<p>• 如果仅选择增量迁移,且目标表不存在,需要手工创建目标表。</p>
</td>
</tr>
</tbody>
</table>
提交成功!非常感谢您的反馈,我们会继续努力做到更好!