Data Warehousing Considerations (245)
Some data warehouses drop indexes on tables at night to facilitate faster loads.
However, all views dependent on the table whose index is dropped get invalidated.
This means that subsequently running any package that reference these dropped
views will invalidate the package.
Remember that whenever you create a table, index, and view, and then drop the index,
all objects dependent on that table are invalidated, including views, packages, package
bodies, functions, and procedures. This protects updatable join views.
To make the view valid again, use one of the following statements:
SELECT * FROM vtest;
or
ALTER VIEW vtest compile;
資料倉儲系統中的依賴性問題
1. 有些資料倉儲系統會在夜間刪除表的索引以便加快資料載入速度。但是,所有依賴於被刪除索引的表的檢視將被置為無效狀態。
而引用了這些檢視的包在執行時也將被置於無效狀態。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-984629/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Benefits for Data Warehousing Applications (221)APP
- Using Partitioned Indexes in Data Warehousing and DSS ApplicationsIndexAPP
- Codeforces #245(div2)
- Performance and Storage Considerations (217)ORMIDE
- SAP KANBAN and Implementation ConsiderationsIDE
- Codeforces Round #245 (Div. 2) A - Points and Segments (easy)
- Codeforces Round #245 (Div. 2) B - Balls GameGAM
- Oracle 11G OCP 1Z0-053 245Oracle
- Performance Considerations of FORCE LOGGING Mode (84)ORMIDE
- PostgreSQL 原始碼解讀(245)- plpgsql(CreateFunction-construct_array)SQL原始碼FunctionStruct
- Codeforces 245H Queries for Number of Palindromes:區間dp
- SAP Errors described – from 61-228 to 61-245Error
- Export/Import and NLS Considerations (此文章不錯,推薦)ExportImportIDE
- NLS considerations in Import/Export - Frequently Asked Questions_227332.1IDEImportExport
- 2024 年 5 月 5 日 週日 晴 常(245 字)
- NLS considerations in Import Export - Frequently Asked Questions (文件 ID 227332.1)IDEImportExport
- Data Quality and Data Cleaning
- Export data from a data blockExportBloC
- 【譯】 WebSocket 協議第十一章——IANA 注意事項(IANA Considerations)Web協議IDE
- 【譯】WebSocket 協議第十章——安全性考慮(Security Considerations)Web協議IDE
- 《Amazon Aurora: Design Considerations for High Throughput Cloud-Native Relational Databases》論文總結IDECloudDatabase
- data structureStruct
- jQuery data()jQuery
- Import DataImport
- SAP ECC & APO整合 - Master Data & Transaction Data TransferAST
- DATA GUARD部署模式——DATA GUARD概念和管理模式
- IBM POWER7 AIX and Oracle Database performance considerations-10g&11g_1507249.1IBMAIOracleDatabaseORMIDE
- IBM POWER7 AIX and Oracle Database performance considerations--10g&11g_1507249.1IBMAIOracleDatabaseORMIDE
- 【Data Pump】Data Pump的並行引數原理並行
- 不Root也可以app的/data/data/目錄APP
- 介紹ORACLE DATA GUARD——DATA GUARD概念和管理Oracle
- MySQL data pageMySql
- Oracle Data BufferOracle
- Data guard搭建
- oracle data guard!!Oracle
- oracle data pumpOracle
- Data Server ScriptsServer
- jquery data()函式和html5 data屬性jQuery函式HTML