1. I/O cost of table accesses based on index range scansAccess the root block of the index.
  2. Go through the branch blocks to locate the leaf block containing the first keys.
  3. For each key fulfilling the search criteria, do the following:

          Extract the rowid referencing the data block.

          Access the data block referenced by the rowid.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
  • 2022-01-14
  • 2022-02-17
  • 2021-12-17
  • 2021-11-20
  • 2021-06-08
猜你喜欢
  • 2021-07-29
  • 2022-12-23
  • 2021-11-08
  • 2021-06-18
  • 2021-05-03
  • 2022-12-23
相关资源
相似解决方案