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
Issue #30902 introduced CHANGEFEED support for tables undergoing a schema change backfill. However, once the backfill is complete this will result in an entry being emitted for every row in the table, which may be an exceptional amount of data for a large table.
While we believe this to be the correct implementation, we may want to allow customers to return the previous behavior of stopping the changefeed when a backfill occurs. This would be accomplished by adding a changefeed option.
mwang1026
changed the title
cdc: Put backfill support behind a changefeed option
cdc: Put schema change backfill support behind a changefeed option
May 29, 2020
Issue #30902 introduced CHANGEFEED support for tables undergoing a schema change backfill. However, once the backfill is complete this will result in an entry being emitted for every row in the table, which may be an exceptional amount of data for a large table.
While we believe this to be the correct implementation, we may want to allow customers to return the previous behavior of stopping the changefeed when a backfill occurs. This would be accomplished by adding a changefeed option.
Jira issue: CRDB-4801
The text was updated successfully, but these errors were encountered: