/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

blog.yannickjaquier.com
| | blog.toadworld.com
1.8 parsecs away

Travel
| | Why my execution plan has not been shared - Part I
| | rwijk.blogspot.com
1.5 parsecs away

Travel
| |
| | sqlmaria.com
1.8 parsecs away

Travel
| | In a recent chat with Connor McDonald, we discussed if it is realistic to have applications that don't contain Optimizer hints. Ideally, the answer to this question is "yes", you don't need hints i...
| | jonathanlewis.wordpress.com
13.6 parsecs away

Travel
| Here's a simple detail about bind peeking (during optimisation) that makes a big difference to "fetch first/next" queries. The optimizer knows about your bind types, and can peek at the bind values - but that doesn't mean it will do something sensible with them. Here's a little model to demonstrate the problem - starting with...