Week 5: Slow Indexes

 The author uses the phrase "slow index" to describe an index that does not perform efficiently. The author uses the example that if we are looking for a specific row of data, a "slow index" will have to traverse through an entire tree to find that one row, rather than jumping directly to it. Following the deaf node chain and fetching the table data are the steps that can potentially cause a "slow index"

Comments

Popular Posts