由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Re: Job with Oracle PL? (转载)
相关主题
大家怎么看 ORMStudy Confirms: Oracle >> SQL Server
Stored Procedure?stored procedure running 很慢的问题
Help: stored procedure in oracleRe: Job with Oracle PL? (转载)
Re: recursive sql?伪币求答案
Oracle DBA or MS SQL DBA? Which career path to choose?SQL debug step into a store procedure from another one (转载)
SQL Server 2008 vs. Oracle 11g (from MS)Re: Oracle 有啥好的? (转载)
问一个转行到数据库方面的事,急求大家建议!what is PL/SQL ?
advices please on learning Oracle求建议,要面没有project经验,但自学了的东西 (转载)
相关话题的讨论汇总
话题: pl话题: sql话题: oracle话题: db话题: job
进入Database版参与讨论
1 (共1页)
B*****g
发帖数: 34098
1
【 以下文字转载自 Java 讨论区 】
发信人: goodbug (好虫), 信区: Java
标 题: Re: Job with Oracle PL?
发信站: BBS 未名空间站 (Mon Dec 19 14:41:39 2011, 美东)
This is true and false, while stored procedure doesn't need to move
data around, the computation power on the DB server is relatively
weak, hard to scale, and expensive for every CPU added. Not to mention,
PL/SQL SP is hard to maintain.
So while there's certain area stored procedure can be useful (like report)
but the trend is moving out of it. People are using ORM to replace SP,
Hadoop to speed up processing in a cluster, NoSQL DB to replace relational
DB for lower cost and higher throughput. Even Oralce now has API to
write stored procedure in Java rather thant PL/SQL.
At the end of the data, PL/SQL is bad in 3 areas.
1. Oracle is expensive and cluster Oracle is even more expensive
2. PL/SQL is meant to run on single machine, scalability is a suspect.
3. PL/SQL is hard to maintain.
1 (共1页)
进入Database版参与讨论
相关主题
求建议,要面没有project经验,但自学了的东西 (转载)Oracle DBA or MS SQL DBA? Which career path to choose?
oracle和XMLSQL Server 2008 vs. Oracle 11g (from MS)
Quick way to learn database?问一个转行到数据库方面的事,急求大家建议!
请推荐关于Stored Procedure的书advices please on learning Oracle
大家怎么看 ORMStudy Confirms: Oracle >> SQL Server
Stored Procedure?stored procedure running 很慢的问题
Help: stored procedure in oracleRe: Job with Oracle PL? (转载)
Re: recursive sql?伪币求答案
相关话题的讨论汇总
话题: pl话题: sql话题: oracle话题: db话题: job