/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

www.crunchydata.com
| | newvick.com
2.8 parsecs away

Travel
| | b-trees database indexes partial index function-based index multi-column index
| | postgrespro.com
1.4 parsecs away

Travel
| | In previous articles we discussed query execution stages and statistics . Last time, I started on data access methods, namely Sequential scan . Today we will cover Index Scan. This article requires a basic understanding of the index method interface. If words like "operator class" and "access method properties" don't ring a bell, check out my article on indexes from a while back for a refresher. Plain Index Scan Indexes return row version IDs (tuple IDs, or TIDs for short), which can be handled in one of...
| | www.sagargv.com
2.2 parsecs away

Travel
| |
| | www.bobbydurrettdba.com
23.3 parsecs away

Travel
| We have been discussing query tuning at work and I've come back to an example of the Oracle optimizer choosing the wrong plan due to an error in its calculation of the number of rows returned...