- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
列删除的一些细节探索(Column to delete some of the details explored)
列删除的一些细节探索(Column to delete some of the details explored)
[experiments] column deletion of some details explored
Personal category: performance tuning
1. delete the column syntax example (delete the X column of the T table)
Alter, table, sec.t, drop, column, x, cascade, constraints, checkpoint;
Of course, when the table is small and there is not much maintenance cost, you can consider using the simplest syntax for column deletion:
Alter, table, sec.t, drop, column, x;
2. comment on the first two key SQL above
1) cascade constraints do not have to explain too much, that is, joint and several constraints to delete together
2 checkpoint 10000 Oracle) said every 10000 line delete operation produces a checkpoint, the data can be specified, is aimed at having a large surface mass data in the deleted columns to improve efficiency, it can reduce the use amount of reducing disk space, if the system in the delete abnormal crashes, restart after the delete command can re start its work from the checkpoint, do not have to start again, save time.
3. the SQL statement that restarts the delete command after the crash is as follows:
Alter, table, sec.t, drop, columns, continue;
4. use set unused to make a column (or column) disappear in a flash
The set unused Oracle clause can instantly delete columns. However, this method only temporarily shields the specific column definition, and the application can not perceive the information of the column, so as to achieve the effect of deletion.
In the case of very busy systems, you can consider using this method for column deletion maintenance, and then looking for a large maintenance window, and then complete the long column deletion operations.
The syntax for set unused is as follows:
Alter, table, sec.t, set, unused, column, x, cascade, constraints;
When you find the maintenance window, you can use the following SQL statement to make the actual physical deletion of the column that is set to unused
Alter, table, sec.t, drop, unused, colum
您可能关注的文档
- 不思议工房(Mystery studio).doc
- 不同工艺制备的硫酸软骨素的理化性质差异(Physicochemical properties of chondroitin sulfate prepared by different processes).doc
- 不打广告创品牌20向腾讯学做品牌体验(Do not advertise, create brand 20 Learn brand experience from Tencent).doc
- 不能让负翁变脸成富翁(Don't let negative face into a millionaire).doc
- 丛林生存法则(Jungle law of survival).doc
- 丛林里的法则(The law of the jungle).doc
- 东六宫(Six East Palace).doc
- 东海岛(East Island).doc
- 东方金钰飙涨故事纯属巧合难释疑问(The Eastern Jin Yu soaring story a coincidence to release doubt).doc
- 东莞将出台政策扶持企业上市管理(Dongguan will introduce policies to support the management of listed companies).doc
- 分析移动营销生态链的进化(Analyzing the evolution of mobile marketing eco chain).doc
- 刘勰的虚静说与佛家的禅学(Liu Xie said the Silence and Zen Buddhism).doc
- 出卖男人劈腿的20个细节(20 details of selling a man's split fingers).doc
- 刘墉妙语点拨人生(Liu Yong was out of life).doc
- 刍议生态旅游的经济意义(On the economic significance of Ecotourism).doc
- 刘殿兴茶文化的山水传承(Liu Dianxing the landscape inheritance of tea culture).doc
- 刘强东 下一个马云(Liu Qiangdong, next Ma Yun).doc
- 刘炜探索信息服务的新形式(Liu Wei exploring new forms of information service).doc
- 刘翔无提案总比乱管理提案要好(Liu Xiang's proposal without a proposal is better than a proposal for disorderly management).doc
- 刘翔退出,明智背后不明智的决策(Liu Xiang quit wise behind unwise decisions).doc
最近下载
- 25题技术研发工程师岗位常见面试问题含HR问题考察点及参考回答.docx VIP
- 2025年《开学第一课》.ppt VIP
- 烟草物流师3级专业知识复习提纲下发版课件.docx
- Grundfos格兰富计量泵SMART Digital S, DDA, DDC, DDE up to 30 lph (Data Booklet)产品选型手册.pdf
- 2023年新版GMP成品运输确认.docx VIP
- 河北省阜平县石漕沟水库枢纽工程可行性研究报告的审查意见.docx
- 22G101 三维彩色立体图集.docx VIP
- 预留预埋施工.pdf VIP
- 某公司卓越绩效管理手册.pdf VIP
- 中国石化零售管理系统站级平台用户操作手册.doc VIP
文档评论(0)