/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

afatkulin.blogspot.com
| | www.xt-r.com
2.4 parsecs away

Travel
| |
| | oracletoday.blogspot.com
1.3 parsecs away

Travel
| | I have been having some performance problems when using autotrace in some production systems. I finally had time to check out why. I enabled...
| | www.dbaglobe.com
1.3 parsecs away

Travel
| | A blog about on new technologie. Hands-on note about Hadoop, Cloudera, Hortonworks, NoSQL, Cassandra, Neo4j, MongoDB, Oracle, SQL Server, Linux, etc.
| | dincosman.com
5.2 parsecs away

Travel
| 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....