返回数说广场
0
Implementing a good parallel execution strategy is important to ensure high performance.
Implement a simple setup to understand what is happening in your system
Use resource manager to specify the maximum degree of parallelism (DOP) for consumer groups so that each group is allotted a specific amount of processing resources without overwhelming the system. A resource management policy is needed when using parallel execution to keep the system under control, and to ensure SQL statements are able to execute in parallel
Base your strategy on the amount of system resources you want to make available for parallel execution. Adjust the values of the parameters PARALLEL_MAX_SERVERS and PARALLEL_SERVERS_TARGET to limit the number of parallel execution (PX) servers running in the system
Consider taking an ELT (Extract, Load, and Transform) strategy rather than an ETL (Extract, Transform, and Load) strategy
Use external tables with a parallel SQL statement, such as CTAS or IAS, for faster data loads
0
0 161
分享
评论
热门数说


