简体   繁体   English

SQL依赖与变更数据捕获(CDC)

[英]SQL Dependency vs Change Data Capture (CDC)

I am using CDC for database change notification. 我正在使用CDC进行数据库更改通知。
But some suggested to not use CDC. 但是有些建议不要使用CDC。
I found this other option SQL Dependency. 我找到了另一个选项SQL Dependency。
Which one is better option among SQL Dependency and CDC? 在SQL依赖关系和CDC中哪个更好的选择?

Without having read extensively on the two and their differences, one thing that jumps out immediately is the fact that CDC is only available on SQL Server Enterprise. 在没有广泛阅读两者及其区别的情况下,立即跳出的一件事是CDC仅在SQL Server Enterprise上可用。 It also looks like CDC would use significant storage space and incurs a performance hit but SqlDependency is only recommended for a small number of dependent clients. 看起来CDC会占用大量存储空间并会导致性能下降,但是仅建议将SqlDependency用于少量的依赖客户端。

暂无
暂无

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

相关问题 需要帮助以在 SQL 服务器上启用变更数据捕获 (CDC) - Need help to enable Change Data Capture (CDC) on SQL Server Debezium更改数据捕获(CDC)在SQL Server 2017上不起作用 - Debezium Change Data Capture (CDC) not working on sql-server 2017 更改数据捕获 (CDC) SSIS 不起作用 - Change data capture (CDC) SSIS not working 在 CHANGE DATA CAPTURE (CDC) 中如何捕获时间戳 - In CHANGE DATA CAPTURE (CDC) how can capture timestamp 有没有办法同时使用 SQL Server 2019 和 CDC(变更数据捕获)? - Is there a way to use SQL Server 2019 and CDC (Change Data Capture) at the same time? 在哪些Sql Server产品级别上可以使用更改数据捕获(CDC)功能? - on what Sql Server product levels the Change Data Capture (CDC) feature is available? SQL Server CDC(更改数据捕获)仅用于表数据更改吗? 我可以使用它来跟踪过程或其他类型的对象更改吗? - SQL Server CDC(change data capture) is used just for table data change? Can I use it to track procedure or other types of objects change? 带CDC的SSDT-[在更改数据捕获控制下,无法修改] - SSDT With CDC - [under change data capture control and cannot be modified] 变更数据捕获性能损失是否仅限于启用 CDC 的表? - Is Change Data Capture Performance Loss Restricted to CDC Enabled Tables? 如何在新添加的基础表列上激活更改数据捕获(CDC),而不禁用CDC - How to activate Change Data Capture (CDC) on newly added columns of underlying table without disabling CDC
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM