|
You are here |
oracle-randolf.blogspot.com | ||
| | | | |
afatkulin.blogspot.com
|
|
| | | | | 11G's ability to do direct path reads during full table scans without utilizing PQ was covered in a number of places already (see this post ... | |
| | | | |
blog.sqlora.com
|
|
| | | | | Here is an overview of some improvements to Online Statistics Gathering in Oracle Releases 19c-23ai | |
| | | | |
tonyhasler.wordpress.com
|
|
| | | | | When a table is accessed by multiple members of a parallel query server set, the execution plan may show the use of block range granules (PX BLOCK ITERATOR) or partition granules (PX PARTITION [RANGE|LIST|HASH] ITERATOR or PX PARTITION [RANGE|LIST|HASH] ALL). The basic ideas surrounding these concepts are discussed in numerous blogs and books, including my... | |
| | | | |
dincosman.com
|
|
| | | The performance issue with an SQL query was resolved by using the /*+ PARALLEL(2) */ hint, reducing execution time from 180-200 seconds to milliseconds. The decision to perform a direct read from disk to memory instead of reading blocks from disk was made by the database engine and is controlled by the hidden "_serial_direct_read" parameter.... | ||