Uses of Function-Based Indexes (200)
Function-based indexes provide an efficient mechanism for evaluating statements that
contain functions in their WHERE clauses. The value of the expression is computed and
stored in the index. When it processes INSERT and UPDATE statements, however,
Oracle must still evaluate the function to process the statement.
Function-based indexes defined on UPPER(column_name) or LOWER(column_name) can facilitate
case-insensitive searches.
A function-based index can also be used for a globalization support sort index that
provides efficient linguistic collation in SQL statements.
使用函式索引
1. 如果一個 SQL 語句的 WHERE 子句中使用了函式,那麼建立相應的函式索引是提高資料訪問效能
2. 使用 UPPER(column_name) 或 LOWER(column_name) 函式建立函式索引需要注意大小敏感性
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-982469/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 翻譯(九)——Clustered Indexes: Stairway to SQL Server Indexes Level 3IndexAISQLServer
- [20180510]20 Indexes.txtIndex
- Python Uses ibm_db connect to DB2PythonIBMDB2
- PostgreSQL DBA(45) - Hypothetical Indexes in PostgreSQLSQLIndex
- MySQL 8 新特性之Invisible IndexesMySqlIndex
- [20202117]Function based indexes and cursor sharing.txtFunctionIndex
- These common uses of distributed transactions have pits, let's see the correct posture
- [20220414]Function based indexes and cursor sharing2.txtFunctionIndex
- PostgreSQL DBA(159) - pgAdmin(Allow vacuum command to process indexes in paralleSQLIndex
- 使用SockJS 報錯 Incompatibile SockJS! Main site uses: “1.0.3“, the iframe: “1.0.0“. 已處理JSAI
- Oracle 19c Concepts(03):Indexes and Index-Organized TablesOracleIndexZed
- Oracle 19C 無法啟用Auto Indexes特性OracleIndex
- cmu15545筆記-索引併發控制(Concurrent Indexes)筆記索引Index
- 新功能初探 | MySQL 8.0 Multi-Valued Indexes功能簡述MySqlIndex
- [重慶思莊每日技術分享]-重建 oracle Bootstrap IndexesOraclebootIndex
- MySQL 8.0 Reference Manual(讀書筆記54節--Optimization and Indexes(1))MySql筆記Index
- MySQL 8.0 Reference Manual(讀書筆記55節--Optimization and Indexes(2))MySql筆記Index
- 200. 島嶼數量
- HTTP快取——304與200 from cacheHTTP快取
- 200 行程式碼講透 Rust Futures行程Rust
- Brand Finance:2024年非洲品牌200強NaN
- GaussDB 200系統資訊查詢
- 【DB筆試面試352】在Oracle資料庫中,哪些操作會導致索引失效?--UNUSABLE INDEXES筆試面試Oracle資料庫索引Index
- 【推薦】最新200篇:技術文章整理
- 200行golang 實現的區塊鏈Golang區塊鏈
- oparsererror 200-SyntaxError: Unexpected token < in JSON at position 0ErrorJSON
- [ABC200E] Patisserie ABC 2 題解
- 200行程式碼實現簡版react行程React
- 200行程式碼實現 mini-React行程React
- HTTP 200 OK和HTTP 304 Not modified的由來HTTP
- API 所有的響應狀態碼都是 200?API
- 【jQuery】ajax請求成功,狀態卻是200jQuery
- VS Code 上已有200萬+ Java 開發者!Java
- HTTP 常用狀態碼200 301 302 403 500HTTP
- AMD速龍200GE評測,AMD速龍200GE與intel奔騰G4560效能對比測試Intel
- Java 200+ 面試題補充② Netty 模組Java面試題Netty
- Java 200+ 面試題補充 ThreadLocal 模組Java面試題thread
- Java 200+ 面試題補充③ Dubbo 模組Java面試題
- 200行Java程式碼實現依賴注入框架Java依賴注入框架