Earlier quoted context omitted.
I can't argue with that. I suppose regardless of how ridiculous it is, Oracle has very deep pockets and is infamously litigious, and the US legal system doesn't help - given that, I doubt legality really matters...
You can't sue someone for violating ToS... right? At worst, you can refuse to do business with them and revoke any current contracts. You'd have to sue under actual law, which would presumably be libel, which is (in)famously hard to prove in the US [1]. If he had a good faith belief that what he reported was true, that case goes nowhere. Indeed, in lieu of a signed and dated note declaring his knowledge that his benc…
Oracle vs. PostgreSQL – A Comment
71–80 of 238 posts
Re: Oracle vs. PostgreSQL – A Comment
#72If creating a database takes 30 minutes, there is something extremely wrong either in the procedure the person used to do so, or in the Oracle software itself.
Re: Oracle vs. PostgreSQL – A Comment
#73Earlier quoted context omitted.
It's not about making it reasonable, it's an open threat to punish anyone who does decide to benchmark Oracle. Nobody's going to win the case, but whoever violates the term will surely wind up bankrupt defending themselves.
Publish benchmarks as an LLC, then just go ahead and declare bankruptcy.
Re: Oracle vs. PostgreSQL – A Comment
#74I seriously doubt that the author has 20 years of Oracle DBA experience yet not know why Oracle takes up more disk space that Postgres. There are so many features in Oracle for which there is no equivalent in Postgres. -Sharding -Java Pool -Oracle Apex -DB containers and pluggable databases Many more that I am too lazy to list . All of these come pre packaged with Oracle. If you are in an Organization that has 1000s…
But at the same time, it's a can be a huge speed bump in term of procurement. Waiting several weeks for accounting to accept the procurement of a license can really damage business or development speed.
It also adds significant admin load to track the license pool correctly and can represent a legal risk when inevitably, someone starts exceeding the terms of license (db size or db clones, or increase in hardware).
Re: Oracle vs. PostgreSQL – A Comment
#75Lots of the classic hn "how can they be so stupid?" comments. Give the cto's more credit. Just because you write JavaScript and used mongodb once does not make you an expert on Oracle or running a very large business.
Re: Oracle vs. PostgreSQL – A Comment
#76The real surprising part of this benchmark to me is how quick it was to compile PgSQL from source. Is it pure C? Of course, building a DB is not something you worry too much everyday (unless you're developing it), but it seems an interesting fact.
Re: Oracle vs. PostgreSQL – A Comment
#77Anyone here use Patroni for automated high availability with postgres? Does it “just work” or do you need a lot of housekeeping?
We recently rolled out Patroni on k8s and it definitely does not “just work”. I suppose once you get it up and running, there’s some truth to that, but it’s one of the most hostile pieces of software I’ve come across. This isn’t a complaint, after all, Zalando don’t owe me anything. But the documentation, the project structure, the contributors...it all reveals very clearly that this is really just some internal tool…
Re: Oracle vs. PostgreSQL – A Comment
#78Copying from https://stackoverflow.com/questions/12115397/is-it-against-l... : The standard license ( http://www.oracle.com/technetwork/licenses/standard-license-... ) you agree to when you download software from the Oracle Technology Network (OTN) does state that you're not allowed to disclose benchmarks. You may not: > - disclose results of any program benchmark tests without our prior consent. I sadly suspect that…
> You may not: > I mean... does anyone here think this is in any way reasonable? Is this even legal?
Re: Oracle vs. PostgreSQL – A Comment
#79Is vacuumin postgres still basically means that you need downtime?
Vacuuming is online, with some performance hit while it's underway.
Re: Oracle vs. PostgreSQL – A Comment
#80Earlier quoted context omitted.
It's not about making it reasonable, it's an open threat to punish anyone who does decide to benchmark Oracle. Nobody's going to win the case, but whoever violates the term will surely wind up bankrupt defending themselves.
That is very wrong with the US system. It should be "loser pays"