> The migration gave each internal team the freedom to choose the purpose-built AWS database service that best fit their needs, and also gave them better control over their budget and their cost model. Anyone know of a comprehensive resource that we could use to figure out which DB to use?
Here’s an algorithm which I believe to be 95% accurate: If only a single user/device needs to access the data: use SQLite. In all other cases: use PostgreSQL.
Amazon’s Consumer Business Turned Off Final Oracle Database
61–70 of 471 posts
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#62wasn't Larry Ellison last year who was bragging that the whole of Amazon/AWS runs on Oracle?
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#63Will be interesting to see whether Amazon can make their insight into a service. Countless companies would be glad about a migration path from Oracle to AWS's solutions.
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#64https://www.youtube.com/watch?v=9yBP5gnnZi4&feature=youtu.be
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#65I wonder if anyone here has seen any net new adoption of Oracle DBs in the last few years? It was an absolute juggernaut 10-15 years ago and has rapidly tanked their reputation and spread their business across software, services and cloud with mixed results. Is it actually still growing or just milking their stodgy enterprise customers for more money?
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#66wasn't Larry Ellison last year who was bragging that the whole of Amazon/AWS runs on Oracle?
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#67> The migration gave each internal team the freedom to choose the purpose-built AWS database service that best fit their needs, and also gave them better control over their budget and their cost model. Anyone know of a comprehensive resource that we could use to figure out which DB to use?
Here’s an algorithm which I believe to be 95% accurate: If only a single user/device needs to access the data: use SQLite. In all other cases: use PostgreSQL.
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#68wasn't Larry Ellison last year who was bragging that the whole of Amazon/AWS runs on Oracle?
Take that, Larry Ellison.
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#69With all the database engines available, is there really not another one that can match Oracle without massive customizations?
Re: Amazon’s Consumer Business Turned Off Final Oracle Database
#70Earlier quoted context omitted.
Here’s an algorithm which I believe to be 95% accurate: If only a single user/device needs to access the data: use SQLite. In all other cases: use PostgreSQL.
Not sure how much sarcasm is built into your statement but as a long time user & supporter of Postgres I have to disagree. Postgres is fantastic at many things but there are times when it's not the best choice. An example would be high-scale OLAP. I've tried to use PG for those cases but ingesting thousands+ of events per second into PG and then trying to perform rollups on them in an online capacity (near real-time…
To be fair, that would be the 5% :).