由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Re: Job with Oracle PL? (转载)
相关主题
Re: Job with Oracle PL? (转载)考古了半天,大家说的db developer和一般的programmer有什么
Netflix switch to cassandra请推荐database的经典书
做Oracle DBA很难吗?advices please on learning Oracle
Oracle,table有上千个columnOracle证书
Quick way to learn database?Recommended Books for oracle beginners
Cache DBA positions怎么准备第一份DBA工作
Oracle OCM 有多牛?求职Oracle DBA
Oracle DBA position is available in bay area (转载)ORACLE DBA job in Richmond, VA, 求推荐
相关话题的讨论汇总
话题: 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版参与讨论
相关主题
ORACLE DBA job in Richmond, VA, 求推荐Quick way to learn database?
Oracle DBA position at Austin TXCache DBA positions
大家上linkedin还是facebook?Oracle OCM 有多牛?
【招聘】淘宝网 - DB Architect, Sr. DB Engineer, Sr. DBA - (转载)Oracle DBA position is available in bay area (转载)
Re: Job with Oracle PL? (转载)考古了半天,大家说的db developer和一般的programmer有什么
Netflix switch to cassandra请推荐database的经典书
做Oracle DBA很难吗?advices please on learning Oracle
Oracle,table有上千个columnOracle证书
相关话题的讨论汇总
话题: db话题: oracle话题: caching话题: pl话题: job