Skip to content

Commit edea5d5

Browse files
committed
lint
1 parent 0d4f009 commit edea5d5

File tree

1 file changed

+4
-4
lines changed
  • docs/integrations/data-ingestion/clickpipes/mysql

1 file changed

+4
-4
lines changed

docs/integrations/data-ingestion/clickpipes/mysql/faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ title: 'ClickPipes for MySQL FAQ'
1111
### Does the MySQL ClickPipe support MariaDB? {#does-the-clickpipe-support-mariadb}
1212
Yes, the MySQL ClickPipe supports MariaDB 10.0 and above. The configuration for it is very similar to MySQL, using GTID replication by default.
1313

14-
### Does the MySQL ClickPipe support PlanetScale, Vitess, TiDB? {#does-the-clickpipe-support-planetscale-vitess}
14+
### Does the MySQL ClickPipe support PlanetScale, Vitess, or TiDB? {#does-the-clickpipe-support-planetscale-vitess}
1515
No, these do not support MySQL's binlog API.
1616

17-
### How is replication managed?
18-
We support both GTID & FilePos replication. Unlike Postgres there is no slot to manage offset. Instead, you must configure your MySQL server to have a sufficient binlog retention period. If our offset into the binlog becomes invalidated (eg, mirror paused too long, or database failover occurs while using FilePos replication) then you will need to resync the pipe. Make sure to optimize materialized views depending on destination tables, as inefficient queries can slow down ingestion to fall behind the retention period.
17+
### How is replication managed? {#how-is-replication-managed}
18+
We support both `GTID` & `FilePos` replication. Unlike Postgres there is no slot to manage offset. Instead, you must configure your MySQL server to have a sufficient binlog retention period. If our offset into the binlog becomes invalidated *(eg, mirror paused too long, or database failover occurs while using `FilePos` replication)* then you will need to resync the pipe. Make sure to optimize materialized views depending on destination tables, as inefficient queries can slow down ingestion to fall behind the retention period.
1919

20-
It is also possible for an inactive database to rotate the log file without allowing ClickPipes to progress to a more recent offset. You may need to setup a heartbeat table with regularly scheduled updates.
20+
It's also possible for an inactive database to rotate the log file without allowing ClickPipes to progress to a more recent offset. You may need to setup a heartbeat table with regularly scheduled updates.
2121

2222
### Why am I getting a TLS certificate validation error when connecting to MySQL? {#tls-certificate-validation-error}
2323
If you see an error like `failed to verify certificate: x509: certificate is not valid for any names`, this occurs when the SSL/TLS certificate on your MySQL server doesn't include the connecting hostname (e.g., EC2 instance DNS name) in its list of valid names. ClickPipes enables TLS by default to provide secure encrypted connections.

0 commit comments

Comments
 (0)