boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Re: Job with Oracle PL? (转载)
相关主题
Re: Job with Oracle PL? (转载)
Netflix switch to cassandra
做Oracle DBA很难吗?
Oracle,table有上千个column
Quick way to learn database?
Cache DBA positions
Oracle OCM 有多牛?
Oracle DBA position is available in bay area (转载)
考古了半天,大家说的db developer和一般的programmer有什么
请推荐database的经典书
相关话题的讨论汇总
话题: db话题: oracle话题: caching话题: pl话题: job
进入Database版参与讨论
1 (共1页)
B*****g
发帖数: 34098
1
【 以下文字转载自 Java 讨论区 】
发信人: goodbug (好虫), 信区: Java
标 题: Re: Job with Oracle PL?
发信站: BBS 未名空间站 (Tue Dec 20 17:01:25 2011, 美东)
It's a bit of everything.
1. Relational DB doesn't scale that well compared to NoSQL due to
transaction
support requirement. More DB nodes will certainly degrade performance. How
bad
is probably dependent on how data can be partitioned. On the other hand,
transaction support is a requirement for most non-trivial websites
nontheless.
2. Oracle license is very expensive, you pay for every CPU added to that.
Once I notice DB a performance issue and I asked DBA to segment the data,
and
I was told we'd need to pay extra $$$ if we did that too. On the other hand,
typical stack on a cluster has little to no license fee. Linux+Tomcat+Spring
+Hibernate stack, for example, is popular and free.
3. Caching, caching is probably single most effective mechanism to improve
throughput. And caching is expensive on DB server due to its centric
approach.
SSD array is very expensive. On the other hand, when caching is done on
application server. You can have distributed approach and it's typically
much cheaper.
vendor
SP
1 (共1页)
进入Database版参与讨论
相关主题
请推荐database的经典书
advices please on learning Oracle
Oracle证书
Recommended Books for oracle beginners
怎么准备第一份DBA工作
求职Oracle DBA
ORACLE DBA job in Richmond, VA, 求推荐
Oracle DBA position at Austin TX
大家上linkedin还是facebook?
【招聘】淘宝网 - DB Architect, Sr. DB Engineer, Sr. DBA - (转载)
相关话题的讨论汇总
话题: db话题: oracle话题: caching话题: pl话题: job