简体   繁体   English

如果 CDC 在表级别启用 AWS DMS on go repliation,是否需要启用 mssql 数据库的完整恢复模式

[英]Is it required to enable FULL recovery mode of mssql database if CDC enable in the table level for AWS DMS on going repliation

AWS DMS recommends enabling FULL, Bulk logged recovery mode for ongoing replication tasks( prerequisites ) But is it required if the table is CDC enabled? AWS DMS 建议为正在进行的复制任务启用完整、批量记录的恢复模式( 先决条件)但是如果表启用了 CDC,是否需要这样做?

The current recovery mode of my database is Simple and I can't change it for multiple reasons.我的数据库当前的恢复模式是简单的,由于多种原因我无法更改它。 So I am curious if CDC is enabled for the table, is it required to enable the Full recovery?所以我很好奇是否为表启用了 CDC,是否需要启用完全恢复?

From the link:从链接:

During CDC, AWS DMS needs to look up SQL Server transaction log backups to read changes.在 CDC 期间,AWS DMS 需要查找 SQL 服务器事务日志备份以读取更改。

If they read changes from the log backups, then Simple recovery won't work as there are no log backups.如果他们从日志备份中读取更改,那么简单恢复将不起作用,因为没有日志备份。

And I would be dubious about Bulk Logged actually working.我会怀疑 Bulk Logged 是否真的有效。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如果没有 CDC 本地 MSSQL CDC 先决条件配置,AWS DMS CDC 如何成功运行? - How AWS DMS CDC is working successfully without CDC On-premise MSSQL CDC prerequisites config? 当我为数据库启用 CDC 时,表是否会自动启用 SQL Server 中的 CDC? - Do tables automatically enable for CDC in SQL Server when I enable it for Database? 事务日志已满(由于没有)...但此数据库处于简单恢复模式 - Transaction log is full (due to NOTHING)... but this database is in simple recovery mode 使用 Debezium 将 MSSQL CDC 流式传输到 AWS MSK - Streaming MSSQL CDC to AWS MSK with Debezium 我正在尝试将SQL Server RDS的DMS设置为另一个SQL Server RDS,当我尝试运行“exec msdb.dbo.rds_cdc_enable_db”时 - I am trying to set up DMS for a SQL Server RDS to another SQL Server RDS and when I try to run “exec msdb.dbo.rds_cdc_enable_db” 在数据库中的现有表上启用系统版本控制 - Enable System-Versioning on an Existing Table in Database 恢复模式下 SQL Server 中的数据库 - Database in SQL server in recovery mode 如何在Sql Server 2008表上启用全文索引 - How to Enable Full-Text Index on Sql Server 2008 Table 使用AWS DMS将SQL Server迁移到AWS S3时如何捕获CDC操作时序? - How to capture CDC operation timing when using AWS DMS to migrate SQL Server into AWS S3? 我想在为 100 个表执行存储过程 sys.sp_cdc_enable_table 时使用 DB Name 变量 - I wanted to use DB Name variable while executing the Stored Procedure sys.sp_cdc_enable_table for 100 Tables
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM