You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 10M tables upstream.
The creation of each changefeed requires loading all the tables from the upstream. This means that the creation of each changefeed takes 20 minutes to load the tables and consumes approximately 30GB of memory. Which casue OOM when creating 300 changefeeds in a short time.
CDC Version
> ./cdc version
Release Version: v9.0.0-alpha-185-gb3c5be2a
Git Commit Hash: b3c5be2a5565c111a4babfe10b5b7f3bfb87da74
Git Branch: master
UTC Build Time: 2025-03-27 03:10:59
Go Version: go version go1.23.4 darwin/arm64
Failpoint Build: false
The text was updated successfully, but these errors were encountered:
There are 10M tables upstream.
The creation of each changefeed requires loading all the tables from the upstream. This means that the creation of each changefeed takes 20 minutes to load the tables and consumes approximately 30GB of memory. Which casue OOM when creating 300 changefeeds in a short time.
CDC Version
The text was updated successfully, but these errors were encountered: