|
|
|
|
|
by codetrotter
1099 days ago
|
|
> CDC works on a redo log file Yeah I was gonna say, there are probably ways to use the PostgreSQL Write-Ahead Log (WAL) to stay up to date with every change, without having triggers. This CDC you mention sounds similar to that. |
|