mindaugas_nizauskas
10/06/2023, 2:47 PMtap-postgres
), but I get the following issue:
The extractor generated a message exceeding the message size limit of 5.0MiB (half the buffer size of 10.0MiB).
How to overcome it? I would need some iteration that I sync every 20k or 100k rows, because the table has couple of mils.
Or it is already being done, but should I look for the issue inside table that I can't even sync 20k rows, because the size my table of 20k rows is too big (more than 5mb)visch
10/06/2023, 2:48 PMmindaugas_nizauskas
10/06/2023, 2:49 PMvisch
10/06/2023, 2:51 PMmindaugas_nizauskas
10/06/2023, 2:52 PMThe extractor generated a message exceeding the message size limit of 12.5MiB (half the buffer size of 25.0MiB).
Should I try increase it? 🙂visch
10/06/2023, 2:52 PMvisch
10/06/2023, 2:52 PMmindaugas_nizauskas
10/06/2023, 2:54 PM