How to improve the processing speed of RisingWave in Sink decoupling mode? #22719
Unanswered
artorias1024
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is the statement I used to create the sink.
I tried adjusting the sink_rate_limit and streaming_parallelism_for_sink parameters, but it doesn't seem to have a noticeable impact on the downstream MySQL; the write rate remains very uniform.
From my current understanding, when sink_decouple is enabled, data will be written into the Log Store? Essentially acting as a buffering queue?
So how can I increase the speed of consuming data from this queue?
Beta Was this translation helpful? Give feedback.
All reactions