Oracle11gRAC跨節點 並行查詢的控制
Oracle11gRAC跨節點並行查詢的控制,跟先前的版本有所變化:
引數instance_groups被廢棄,並新增加了引數:PARALLEL_FORCE_LOCAL來限制內部節點的並行操作.
使用Services來確定並行查詢將在哪些節點上執行.
引數PARALLEL_INSTANCE_GROUP設定為Service的名稱.
下為官方說明:
Parallel Operations and Services
By default, in an Oracle RAC environment, a SQL statement executed in parallel can
run across all of the nodes in the cluster. For this cross-node or inter-node parallel
execution to perform. well, the interconnect in the Oracle RAC environment must be size appropriately because inter-node parallel execution may result in a lot of interconnect traffic. To limit inter-node parallel execution, you can control parallel
execution in an Oracle RAC environment using the PARALLEL_FORCE_LOCAL
initialization parameter. By setting this parameter to TRUE, the parallel execution
servers can only execute on the same Oracle RAC node where the SQL statement was started.
run across all of the nodes in the cluster. For this cross-node or inter-node parallel
execution to perform. well, the interconnect in the Oracle RAC environment must be size appropriately because inter-node parallel execution may result in a lot of interconnect traffic. To limit inter-node parallel execution, you can control parallel
execution in an Oracle RAC environment using the PARALLEL_FORCE_LOCAL
initialization parameter. By setting this parameter to TRUE, the parallel execution
servers can only execute on the same Oracle RAC node where the SQL statement was started.
Services are used to limit the number of instances that participate in a parallel SQL
operation. When the default database service is used, the parallel SQL operation can run on all available instances. You can create any number of services, each consisting of one or more instances. When a parallel SQL operation is started, the parallel execution servers are only spawned on instances which offer the specified service used in the initial database connection.
PARALLEL_INSTANCE_GROUP is an Oracle RAC parameter that, when used in
conjunction with services, lets you restrict parallel query operations to a limited
number of instances.To restrict parallel query operations to a limited number of instances, set the PARALLEL_INSTANCE_GROUP initialization parameter to the name of a service. This does not affect other parallel operations such as parallel recovery or the processing of GV$ queries.
conjunction with services, lets you restrict parallel query operations to a limited
number of instances.To restrict parallel query operations to a limited number of instances, set the PARALLEL_INSTANCE_GROUP initialization parameter to the name of a service. This does not affect other parallel operations such as parallel recovery or the processing of GV$ queries.
附:
Oracle10gRAC跨節點並行控制見:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/195110/viewspace-753513/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RAC跨節點使用並行程式的控制並行行程
- RAC中跨節點並行並行
- RAC中的跨節點並行[轉]並行
- rac中控制節點間並行並行
- DM並行查詢並行
- mysql根據節點查詢所有葉節點MySql
- PostgreSQL並行查詢概述SQL並行
- Oracle並行操作——並行查詢(Parallel Query)Oracle並行Parallel
- oracle表查詢的並行度Oracle並行
- 構造無限級樹並深度遍歷查詢指定節點
- MySQL遞迴查詢樹狀表的子節點、父節點MySql遞迴
- js用字首名查詢class或id節點,js模糊查詢某個dom節點JS
- 表和索引並行查詢索引並行
- dom4j 根據xml節點路徑查詢節點,找到對應的目標節點下的子節點,對節點Text值進行修改XML
- 刷題系列 - 在二叉樹中查詢給出節點,並返回以該節點為根的樹二叉樹
- 資料庫——查詢樹形結構某節點的所有子節點、所有父節點資料庫
- union的兩個子查詢是否並行並行
- RAC中的並行查詢 DOP(Degree of Parallelism)並行Parallel
- 並行查詢緩慢的問題分析並行
- RAC環境對並行查詢的支援並行
- 並行查詢並行度Degree與instances 設定並行
- Oracle 11g RAC跨例項控制並行Oracle並行
- Oracle 10g RAC跨例項控制並行Oracle 10g並行
- Java中在二叉搜尋樹中查詢節點的父節點Java
- SQL如何實現查詢節點依賴SQL
- Linq to xml 查詢所有的子節點XML
- oracle並行查詢一例薦Oracle並行
- 什麼是並行查詢及其原理並行
- 【Oracle】如何查詢並行是否起作用?Oracle並行
- 用並行查詢讓SQL Server加速執行並行SQLServer
- MySQL實現樹狀所有子節點查詢的方法MySql
- oracle 並行查詢時並行資源分配追蹤測試Oracle並行
- Ztree + PHP 無限級節點遞迴查詢PHP遞迴
- C#中的並行處理、並行查詢的方法你用對了嗎?C#並行
- PostgreSQL並行查詢相關配置引數SQL並行
- TDSQL-C 並行查詢技術探索SQL並行
- SQL server跨庫查詢SQLServer
- SQL Server 跨域查詢SQLServer跨域