|
|
|
|
|
by usman-m
3971 days ago
|
|
ahachete, I'm not sure if I totally understand your question. Continuous views are consumers for streams. You can think of them as high throughput real-time materialized views. The source of data for the stream can be practically anything. Logical decoding on the other hand is a producer of streaming data--it's basically a human readable replication log. So you could potentially stream the logically decoded log into PipelineDB and build some continuous views in front of it. |
|
Thanks!