HN user

PeterZaitsev

1,234 karma
Posts75
Comments402
View on HN
www.theregister.com 2y ago

Are you excited about MySQL 9.0?

PeterZaitsev
1pts0
pgroonga.github.io 2y ago

Pgroonga – Advanced Full Text Search for PostgreSQL

PeterZaitsev
3pts0
github.com 2y ago

SAP Makes Their Open Source Commitment Official

PeterZaitsev
1pts0
www.percona.com 2y ago

Do-It-Yourself MongoDB DBaaS with Percona Everest

PeterZaitsev
2pts0
ottertune.com 2y ago

Ottertune Is Dead

PeterZaitsev
15pts5
www.percona.com 2y ago

Is Oracle Killing MySQL?

PeterZaitsev
4pts3
www.percona.com 2y ago

A Take on How AI Impacts Platform Engineering

PeterZaitsev
1pts0
venturebeat.com 2y ago

Does OpenAI care about AI Safety?

PeterZaitsev
2pts1
venturebeat.com 2y ago

More Departures from OpenAI?

PeterZaitsev
3pts0
www.investorperspective.club 2y ago

Is change coming to VC Industry?

PeterZaitsev
2pts0
mariadb.org 2y ago

MariaDB: Towards a Healthy Ecosystem

PeterZaitsev
2pts0
coroot.com 2y ago

Coroot – open-source, No Code Observability

PeterZaitsev
4pts1
coroot.com 2y ago

Show HN: Coroot: Simplified Observability for Modern Environments

PeterZaitsev
11pts1
coroot.com 2y ago

Storing Continuous Profiling Data in ClickHouse

PeterZaitsev
3pts1
coroot.com 2y ago

AI-powered root cause analysis based on precise telemetry data

PeterZaitsev
7pts1
coroot.com 3y ago

The pillars of observability are just data, let's turn them into insights

PeterZaitsev
7pts0
coroot.com 3y ago

Advanced Postgres monitoring with Coroot (Apache 2.0)

PeterZaitsev
4pts0
thenewstack.io 3y ago

Is SSPL good enough for you?

PeterZaitsev
1pts0
coroot.com 3y ago

Coroot: Open-source root cause analyses for Kubernetes

PeterZaitsev
5pts0
www.percona.com 4y ago

Open Source Implementation of Digital Signatures in MySQL

PeterZaitsev
2pts0
coroot.com 4y ago

PostgreSQL Missing Query Performance Metrics

PeterZaitsev
3pts0
coroot.com 4y ago

eBPF Portability Explained

PeterZaitsev
1pts1
www.percona.com 4y ago

Using JSON with PostgreSQL

PeterZaitsev
20pts5
www.migops.com 5y ago

Migrating to PostgreSQL? Do Not Forget Foreign Data Wrappers Superpowers

PeterZaitsev
7pts1
www.percona.com 6y ago

MongoDB 4.4 seems to be a lot slower in data load and queries

PeterZaitsev
27pts5
www.altinity.com 6y ago

I There Future for Databases Beyond the Cloud?

PeterZaitsev
14pts0
medium.com 7y ago

VictoriaMetrics – Massively Parallel TimeSeries Database Is Now Open Source

PeterZaitsev
25pts2
radondb.io 7y ago

RadonDB – Cloud Native Distributed Database with MySQL Compatibility

PeterZaitsev
3pts0
www.anandtech.com 7y ago

Fascinating test of CPUs made over last 10 years

PeterZaitsev
1pts0
hazelcast.com 7y ago

In Fair Benchmark Hazelcast Beats Redis Says Greg Luck

PeterZaitsev
2pts0

The problem goes as well - there is a fair amount of users who are happy to pay for OSS software, yet a lot of VC funded companies in the chase of growth invest much more than Open Source ecosystem is willing to fund... the usual result is change of license

There is no one size fits all. On the small scale "managed" cloud which takes care of as many things as possible is effective. As you scale though it will cost proportional to environment size, except some discount. With solutions like Hetzner you get a lot more of hardware for the price but have to invest more labor into managing it, with automation however this labor does not grow nearly as much as your environment size.

Nullable but not null 12 months ago

Should not we look for database to be able to do online, efficient non locking addition of column with any default value, not just NULL rather than application to have a complicated and fragile logic ?

One one side creators are welcome to choose whom to offer their software, on the other I wonder how it will stand in regard to "anti discrimination" in various countries.

In any case, just please do not call this Open Source :)

This looks awesome!

What can be challenge with such solutions is getting the last 1% right when it comes to sharding tricky queries properly (or at least detecting queries which are not handled properly) and also isolation and consistency

Yep. This "little addition" to the license will likely make it non Open Source according to standard definition. It reminds me "Commons Clause" which Redis tried to add to its license years ago... and later pulled back.

I understand OpenWebUI team pain and perhaps not everything they do, they should do as Open Source

In my opinion you should think about Open Source as fundamental science - if you discover Gravity, people are going to use it and often not giving you any credit.

I think comparing it to Vector Database is confusing as database would typically mean indexes and some sort of query support.

Storing Embeddings with File is interesting concept... we already do it for some file formats (ie EXIF), where this one is generalized... yet you would need to have some actual database to load this data into to process at scale.

Another issue I see is support for different models and embedding formats to make this data really portable - like I can take my file drop it into any system and its embedding "seamlessly" integrates

Yep. Actually if Redis would end up in CNCF and Redis Labs could provide commercial hosting, extensions - this would be outcome I would be excited about

Note AGPL license is in completely different class compared to BSD. Where BSD was level playing field allowing anyone to do commercial derivatives, now only Redis can do it.

I also question whenever this decision comes from the pure change of heart rather than threat of Valkey... and if so what else should we expect in the future

I'm not sure whole "Observability 2.0" focuses on the most pressing problem, which is complexity, both in deployment and usage. At Coroot we focus not on the format of the data and whenever it should be one thing or several "pillars" but rather how easy is it to install it and get the value of resolving issues quickly and easily when you need to. https://coroot.com/

Not including original license may well be oversight, It is very unlikely Microsoft would intentionally to do something like this, which costs them really nothing, but not doing it can post a lot in the future in the legal costs.

For the rest - if you chose MIT license for your work you should expect it can be used by someone to create software based on it, including commercially licenses

I would treat anything you're releasing as MIT as the gift to the world. This is how Open Source suppose to work - people building on each other work, often without properly thanking authors and maintainers.

If you want to reserve some rights - chose who can use your software and for what purpose, ie ensure "Microsofts" of this world can't use your code in a way you do not approve, you should not release it as Open Source.

Yeah. It is surprising this announcement does not come with link to Github.

Hopefully they can follow through - the challenge in such situation might be relying on some proprietary technology for your SaaS which you can't open source.

Yes. The keyword is "Proprietary" whenever it is offered by large company or small, Open Source solution you can chose to migrate to is what really offers you safety. This also tends to ensure multiple DBaaS vendors are available.

If AWS would chose to kill MySQL RDS... there are number of other solutions for MySQL DBaaS... even on AWS cloud.

Yes. We will work with you to help you, does not mean it is not going to be disruptive.

Changing database technology is hard. Moving off from cloud to self serviced option is also hard.

This highlights the challenge of smaller proprietary SaaS offerings - they can shut down abruptly leaving you in the bind.

It is great to see Fauna making a commitment to Open Source the project, which will be great option to have for their customers

I wish they would have started with Open Source project to begin with, perhaps future would be different