|
|
|
|
|
by skMed
5206 days ago
|
|
This sort of event buffer may also be achieved by leveraging Change Data Capture (CDC) features if they are supported by your data store. For example, when CDC is enabled in SQL Server, an agent service will periodically examine the transaction log and move data changes to transient "buffer tables" automatically. Since this is happening as a background service, there is no need for a developer to explicitly perform a write operation to these buffer tables. |
|
1. http://www.postgresql.org/docs/9.1/static/dblink.html