Book description
Expert Indexing in Oracle Database 11g is about 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, and especially of the vendor-specific indexing features on offer.
Few databases fully exploit the wealth of data access mechanisms provided by Oracle. Expert Indexing in Oracle Database 11g helps by bringing together information indexing and how to use it into one, convenient and blissfully short volume that you can read quickly and have at your fingertips for reference. Learn the different types of indices available and when each is best applied. Recognize when queries aren't using indices as you intend. Manage your indexing for maximum performance. Let Expert Indexing in Oracle Database 11g be your guide to deep mastery of the most fundamental performance optimization structure in Oracle Database.
Explains how indices work, how they help, and how they hinder
Demystifies the various index choices
Describes the database administration chores associated with indices
What you'll learn
Create an overall indexing strategy to guide your decisions
Choose the correct indexing mechanisms for your applications
Manage and maintain indices to avoid degradation and preserve efficiency
Take better advantage of underused index types such as index-organized tables
Choose the appropriate columns to index, with confidence
Blend partitioning and materialized views into your indexing strategy
Who this book is for
Expert Indexing in Oracle Database 11g is for all levels of database administrators and application developers who are struggling with the database performance and scalability challenge. Any database administrator involved with indexing, which is any database administrator period, will appreciate the wealth of advice packed into this gem of a book.
Table of contents
- Title
- Dedication
- Contents at a Glance
- Contents
- About the Authors
- About the Technical Reviewer
- Acknowledgments
- Chapter 1: Oracle Indexes
- Chapter 2: B-tree Indexes
-
Chapter 3: Bitmap Indexes
- Understanding Bitmap Indexes
- Creating a Bitmap Index
- Creating a Partitioned Bitmap Index
- Creating a Bitmap Index on an Index-Organized Table
- Performance Implications Querying with Bitmap Indexes
- Performance Implications Loading Data with Bitmap Indexes
- Understanding Bitmap Join Indexes
- Creating a Bitmap Join Index
- Reporting on Bitmap Indexes
- Summary
- Chapter 4: Index-Organized Tables
- Chapter 5: Specialized Indexes
-
Chapter 6: Partitioned Indexes
- Understanding Partitioned Indexes
- Creating a Locally Partitioned Index
- Managing Primary Keys and Unique Indexes
- Creating a Globally Partitioned Index
- Choosing the Type of Index for Your Application
- Maintaining Indexes on Partitioned Tables
- Rebuilding Globally Partitioned and Non-Partitioned Indexes
- Setting Index Partitions as Unusable and Then Rebuilding
- Index Implications for Interval Partitioning
- Making Older Data Read-Only
- Reporting on Partitioned Indexes
- Summary
-
Chapter 7: Tuning Index Usage
- Optimizer Access Paths
- Index Scans
- Determining Whether a Query Uses an Index
- Forcing a Table Scan
- Choosing Between an Index and a Table Scan
- Why the Optimizer May Ignore Indexes
- How Index Access Paths Can Change Without New Statistics
- Forcing the Optimizer to Use an Index
- Parallelizing Index Access
- Summary
-
Chapter 8: Maintaining Indexes
- Gathering Statistics for Indexes
- Working with Unusable Indexes
- Managing Index Space Usage
- The Role of the INDEX_STATS View in Index Rebuilds
- Index Rebuilding: The Debate
- Coalescing Indexes to Reduce Fragmentation
- Shrinking Indexes to Reduce Fragmentation
- Moving Tables and Indexes
- Improving Index Creation Efficiency
- Generating the DDL for Creating an Index
- Dropping an Index
- Summary
- Chapter 9: SQL Tuning Advisor
- Chapter 10: SQL Access Advisor
- Index
Product information
- Title: Expert Indexing in Oracle Database 11g: Maximum Performance for Your Database
- Author(s):
- Release date: December 2011
- Publisher(s): Apress
- ISBN: 9781430237358
You might also like
video
Full Stack Web Development Mastery Course - Novice to Expert
Full stack development refers to the development of both frontend (client-side) and backend (server-side) portions of …
book
Java Coding Problems
Develop your coding skills by exploring Java concepts and techniques such as Strings, Objects and Types, …
book
Modern Software Engineering: Doing What Works to Build Better Software Faster
Improve Your Creativity, Effectiveness, and Ultimately, Your Code In Modern Software Engineering, continuous delivery pioneer David …
video
React - The Complete Guide (Includes Hooks, React Router, and Redux) - Second Edition
**This course is now updated for the latest version of React—React 18** React.js is the most …