Add MySQL ClickPipes FAQ for unsupported MariaDB COMPRESSED columns#6520
Open
dtunikov wants to merge 3 commits into
Open
Add MySQL ClickPipes FAQ for unsupported MariaDB COMPRESSED columns#6520dtunikov wants to merge 3 commits into
dtunikov wants to merge 3 commits into
Conversation
Document the NOTIFY_MYSQL_COMPRESSED_COLUMN_UNSUPPORTED failure and how to recover from it, mirroring the existing MariaDB partial row event entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
dhtclk
approved these changes
Jul 13, 2026
ilidemi
approved these changes
Jul 15, 2026
| ```sql | ||
| ALTER TABLE <table> MODIFY <column> <type>; -- without COLUMN_FORMAT COMPRESSED | ||
| ``` | ||
| - resync the pipe |
Member
There was a problem hiding this comment.
Suggested change
| - resync the pipe | |
| - resync the table or the pipe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a MySQL ClickPipes FAQ entry documenting the
NOTIFY_MYSQL_COMPRESSED_COLUMN_UNSUPPORTEDfailure: tables with MariaDBCOLUMN_FORMAT COMPRESSEDcolumns can't be replicated via CDC. The entry explains the error and how to recover (convert the columns to a non-compressed type, or remove the table from the mirror).It mirrors the existing MariaDB partial row event FAQ entry and is anchored at
#mariadb-compressed-column-unsupported, matching the mitigation link emitted by the ingestion metrics reporter.Related
Pairs with the
NOTIFY_MYSQL_COMPRESSED_COLUMN_UNSUPPORTEDnotification handling added in clickpipes-platform.🤖 Generated with Claude Code