Live data from Hacker News

An open-source MySQL alternative for running database on Kubernetes

github.com

1–10 of 61 posts

Re: An open-source MySQL alternative for running database on Kubernetes

#2
This seems interesting but this passage from the readme is a red flag to me:

>You do not have to learn database tuning. KubeBlocks can leverage storage and computing resources to achieve optimal database performance.

No one has ever delivered on this pipe dream.

Re: An open-source MySQL alternative for running database on Kubernetes

#5
post #4

If this is supposed to be used in production as open source, then I am a little surprised that it's under AGPL 3.0, especially given there's no mention of commercial version.

Unless you were using a modified version without making your changes available, why would this be a problem?

Re: An open-source MySQL alternative for running database on Kubernetes

#6
post #2

This seems interesting but this passage from the readme is a red flag to me: >You do not have to learn database tuning. KubeBlocks can leverage storage and computing resources to achieve optimal database performance. No one has ever delivered on this pipe dream.

I think the key word here is "you".

You just get it running, hack your spaghetti and when it becomes a problem you're already assigned on another project so someone else will have to sort it out.

Re: An open-source MySQL alternative for running database on Kubernetes

#8
post #2

This seems interesting but this passage from the readme is a red flag to me: >You do not have to learn database tuning. KubeBlocks can leverage storage and computing resources to achieve optimal database performance. No one has ever delivered on this pipe dream.

So... throw money on compute instead of just adding an index..?

Re: An open-source MySQL alternative for running database on Kubernetes

#9
post #2

This seems interesting but this passage from the readme is a red flag to me: >You do not have to learn database tuning. KubeBlocks can leverage storage and computing resources to achieve optimal database performance. No one has ever delivered on this pipe dream.

https://www.sqlite.org/pragma.html#pragma_optimize ?

If SQLite feels that performing database optimizations (such as running ANALYZE or creating new indexes) will improve the performance of future queries, then some database I/O may be done.

Re: An open-source MySQL alternative for running database on Kubernetes

#10
post #2

This seems interesting but this passage from the readme is a red flag to me: >You do not have to learn database tuning. KubeBlocks can leverage storage and computing resources to achieve optimal database performance. No one has ever delivered on this pipe dream.

Try it and maybe you get a dream-come-true.
Post reply on HN