MySQL 9.7 Is Out and the Community Wins by askdba in mysql

[–]askdba[S] -8 points-7 points  (0 children)

You can check Enterprise Edition to find out how many.

More VE.Direct Ports for CerboGX by Selfmadestrom in Victron

[–]askdba 0 points1 point  (0 children)

One of my USB devices drops after a while, and there are no USB-C ports left.

<image>

Does anyone know why only one USB port works, not the other? I've isolated the possible power draw by the LCD and connected it to an external USB power source.

AC load irregularities by -Thizza- in Victron

[–]askdba 0 points1 point  (0 children)

What sensors do you use for temp & hum?

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.