Skip to content

Add MySQL ClickPipes FAQ for unsupported MariaDB COMPRESSED columns#6520

Open
dtunikov wants to merge 3 commits into
mainfrom
clickpipes-mysql-compressed-column-faq
Open

Add MySQL ClickPipes FAQ for unsupported MariaDB COMPRESSED columns#6520
dtunikov wants to merge 3 commits into
mainfrom
clickpipes-mysql-compressed-column-faq

Conversation

@dtunikov

Copy link
Copy Markdown
Contributor

Summary

Adds a MySQL ClickPipes FAQ entry documenting the NOTIFY_MYSQL_COMPRESSED_COLUMN_UNSUPPORTED failure: tables with MariaDB COLUMN_FORMAT COMPRESSED columns 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_UNSUPPORTED notification handling added in clickpipes-platform.

🤖 Generated with Claude Code

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>
@vercel

vercel Bot commented Jul 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clickhouse-docs Ready Ready Preview, Comment Jul 13, 2026 10:44am
clickhouse-docs-jp Building Building Preview, Comment Jul 13, 2026 10:44am
clickhouse-docs-zh Building Building Preview, Comment Jul 13, 2026 10:44am
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
clickhouse-docs-ko Ignored Ignored Preview Jul 13, 2026 10:44am
clickhouse-docs-ru Ignored Ignored Preview Jul 13, 2026 10:44am

Request Review

@dtunikov dtunikov marked this pull request as ready for review July 13, 2026 09:56
@dtunikov dtunikov requested review from a team as code owners July 13, 2026 09:56
```sql
ALTER TABLE <table> MODIFY <column> <type>; -- without COLUMN_FORMAT COMPRESSED
```
- resync the pipe

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- resync the pipe
- resync the table or the pipe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants