Piotr Jastrzębski

Results 140 comments of Piotr Jastrzębski

@gedw99 it is forbidden to use CDC with materialised views because updates to materialised views are asynchronous and CDC is synchronous in nature. @piodul please close this issue.

Materialized Views are asynchronous. Are you asking for a hook when asynchronous MV write is done? I don't think there's anything like that but I'm not an expert in MV....

@avelanarius and @Lorak-mmk are working on support for frozen and non-frozen collection

FYI @avelanarius. @piodul and @avelanarius let's have a meeting to find a common solution for both Golang and Java

In a single query, the connector queries all the streams that belong to a given vnode. That's why the offset is tracked by vnode_id. Does that answer your question @hartmut-co-uk...

@avelanarius Could you please answer with details here?

Hi @pkgonan Please see my answers below. > In scylla-cdc-source-connector, the following query pattern is used to retrieve the changed data from the CDC table. > > ``` > SELECT...

It is somehow expected to see the increase in the number of reads. I see that you have 24 nodes meaning that there will be 24 * 256 * `number...

> d removed the registered ScyllaDB Source Connector. As soon as it is removed, you can see that ScyllaDB's read requests returned to the usual number of 20k. > >...

@pkgonan Thanks for sharing. @avelanarius Could you please look at making the startup of the connector less demanding for Scylla? Why do you need more than one ScyllaDB Source Connector,...