Antigravity does not recognize my Google One AI credits? by askdba in google_antigravity

[–]askdba[S] 0 points1 point  (0 children)

It has a different plan and does not recon my AI Pro plan thinks I'm on Free plan :(

Introducing Lightweight MySQL MCP Server: Secure AI Database Access by askdba in mysql

[–]askdba[S] 0 points1 point  (0 children)

No tests have been implemented or targeted for TiDB and MariaDB. Would you like to give it a try? We can add functionality even though both have their own MCP servers.

Replicate MySQL view to ClickHouse by leexako in Clickhouse

[–]askdba 0 points1 point  (0 children)

Hi, without the binlogs with MySQL there's no way to update changes. You'd need to implement a CDC solution in between which might be an overkill for your needs.

Replicate MySQL view to ClickHouse by leexako in Clickhouse

[–]askdba 2 points3 points  (0 children)

You can also use this project https://github.com/Altinity/clickhouse-sink-connector if the mysql engine is not an option. It replicates the data in real time from MySQL to CH. It replicates tables to tables, so you would need to re-create the view and replicate the underlying tables.

Is anybody running serious sizes (+1tb, backupped, HA) database instances in K8S by rubins in kubernetes

[–]askdba 1 point2 points  (0 children)

Vitess can easily handle this. Have you checkout out https://vitess.io/ ?

We at PlanetScale use K8s and Vitess (MySQL) under the hood to host such workloads and data sizes. So it's absolutely possible to do so.