TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Why would you choose Oracle over MySQL?

6 点作者 jollojou超过 14 年前
Recently Amazon made Oracle database available an AWS service. What advantages Oracle databases have over MySQL? How about disadvantages (excluding the pricing, of course)?

5 条评论

komlenic超过 14 年前
Google has a ton of decent into, search for "oracle vs mysql".<p>Both have their respected places, but Oracle is in general "more". More complicated, more difficult to install and configure, more flexible, more powerful, more money. If you don't need "more", then MySQL is quite capable.
thorin超过 14 年前
If you have a licence and people who know Oracle I'd definitely choose it. Look at and compare the feature lists - there is quite a difference even before you look at performance and scalability in a transactional system.
znt超过 14 年前
Also if you're doing any government and "enterprise" gigs, hearing the word Oracle and Java somewhat makes them happy. I bet there's some Dilbert comic about it.
bmelton超过 14 年前
Simply, there are few reasons you might choose Oracle over MySQL or PostgreSQL.<p>- You have an application in your stack that requires it. - You are building an app that would be installed on cus tomer premises, and want to support enterprisey customers. - You have a founder, or early employee, or team that REALLY knows Oracle very well and doesn't know a cheaper database. - You're looking to be acquired by Oracle, or by an enterprise-type of company, like Cisco, EMC, etc.
alnayyir超过 14 年前
You get to pay more for a DBA.<p>The mix is the message here, if you don't know what it does for you, you don't need it.