Oracle vs. PostgreSQL – A Comment
postgresql.org
Oracle vs. PostgreSQL – A Comment
1–10 of 238 posts
Re: Oracle vs. PostgreSQL – A Comment
#2Re: Oracle vs. PostgreSQL – A Comment
#3The 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 Paul Förster might need a lawyer if anyone from Oracle finds out about that post. Which, given that this is trending on Hacker News, they easily might.Re: Oracle vs. PostgreSQL – A Comment
#4- Based on its license it's very hard for any one company or individual to "own" Postgres, this makes risk of a company as a bad actor being minimized pretty appealing
- Its geospatial capabilities put it as the most advanced geospatial database, only ESRI software really stands to beat it here
- The improvements for app devs from things like JSON, to a variety of index types put it in unique territory among relational databases
- The extension framework is truly unique and stands to be where a lot of future innovation happens.
Re: Oracle vs. PostgreSQL – A Comment
#5Copying 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…
Re: Oracle vs. PostgreSQL – A Comment
#6Re: Oracle vs. PostgreSQL – A Comment
#7- No license fees is huge. My company saves tens of thousands on license fees when we can't really afford it.
- The ability to set up environments super quickly is amazing.
- Rollback of DDLs is huge for testing migrations
- The backup features aren't broken by default. I've spent hours researching how to back up an oracle db and transfer it to another. And at that point versions matter. With postures I think I spent 30 minutes total figuring it out over the years.
Overall I am a huge fan of Postgres having used it for about half of my career and oracle for the other half. I genuinely hope I never use oracle again.
Re: Oracle vs. PostgreSQL – A Comment
#8Anyone here use Patroni for automated high availability with postgres? Does it “just work” or do you need a lot of housekeeping?
Re: Oracle vs. PostgreSQL – A Comment
#9Anyone here use Patroni for automated high availability with postgres? Does it “just work” or do you need a lot of housekeeping?
Re: Oracle vs. PostgreSQL – A Comment
#10Copying 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…