Speed up the execution of important database queries by making good choices about which indexes to create. Choose the correct index types for different scenarios. Avoid indexing pitfalls that can actually have indexes hurting performance rather than helping. Maintain indexes to provide consistent and predictable query response over the lifetime of an application. Expert Oracle Indexing and Access Paths focuses on the one database structure at the heart of almost all performance concerns: the index. Database system performance is one of the top concerns in information technology today. Administrators struggle to keep up with the explosion of access and activity driven by the proliferation of computing into everything from phones to tablets to PCs in our increasingly connected world. At the heart of any good-performing database lies a sound indexing strategy that makes appropriate use of indexing, especially the vendor-specific indexing features on offer.