- 1、本文档共16页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
oracle编程艺术 笔记(oracle编程艺术 笔记)
oracle编程艺术 笔记(oracle编程艺术 笔记)
What are the database architectures, how databases work, and how they behave?
What is concurrency control and what does concurrency control mean?
Problems such as development, performance, scalability, and safety must be properly considered when developing
What are the characteristics of a particular database and how do you use it?
Good SQL statement
Doubt
Database can be achieved, why not let the database do, so that my application can be deployed anywhere, I think no server does not support Oracle, why, why do you have to implement it again?
There are inefficient SQL; there are a lot of procedural code, but these work was originally a SQL statement is enough; in order to maintain database independence, there is no
Use new features
How do you tune SQL without modifying SQL?. This may seem magical, but it can be done in Oracle 10g, which is, to a great extent, the first.
How to measure performance.
How do I see where bottlenecks occur?.
How to build indexes and index what?.
And so on.
crux
Databases are often the cornerstone of application. If it doesnt work well, nothing else will make sense
SGV Area Global (System) Oracle will parse, compiled SQL here, try to use bound variables, you can use SGV to smooth operation
Bind variables: select *, from, table, where, id=: ID
Soft analysis
Hard parsing: taking more resources, locking longer
Oracle lock:
Locks only when modified. Normally, it does not upgrade to block level locks and table level locks, but there is one other thing: a short period of time for the two commit;
If you simply read data, Oracle will never lock the data and will not lock on the data rows because of simple read operations;
One point distinguished from other data: the writer does not block the reader
The original text of the book:
The following is a summary of the Oracle locking policy:
Oracle only when the data was modified in the lock. Normally, it does not upgrade to block level locks or table level locks (except for
您可能关注的文档
- joo1(joo1).doc
- java面试纠错题目大全(Java interview error correction topics).doc
- jorinde and joringel(jorinde和joringel).doc
- js document对象(i document对象).doc
- jdbc 访问各种数据库 url 语法(总结篇)(JDBC access various database URL syntax (summary)).doc
- java面象对象编程(Java object like programming).doc
- jsp input限制输入(JSP input restrict input).doc
- js语句及语法(JS statements and syntax).doc
- juniper基本配置入门(Introduction to basic configuration of juniper).doc
- js语法(JS syntax).doc
- 2025年韩国美容新浪潮:护肤和彩妆领域创新趋势研究报告.docx
- 智慧停车管理系统汇报方案,含车位引导及反向寻车系统.pdf
- “绩效管理疑难解析与对策”系列微课之2分解总目标、设定考核指标最有效的方法是什么.pptx
- 2025年越南离散自动化市场白皮书(精简版)-格物致胜.pdf
- 【试题】内蒙古特种作业人员安全技术培训考试题库(低压电工).pdf
- 房地产市场报告 -2025年上半年南京房地产市场回顾.pdf
- 2024年亚太区美容展:CosmoTrends美容趋势潮流报告.docx
- 【AccessPartnership】2025释放生成式AI潜能中小企业在经济增长与劳动力转型中的催化作用报告.pdf
- 摩登天空公司介绍.pdf
- 智慧停车场解决方案.pdf
文档评论(0)