Changes between Initial Version and Version 1 of Ticket #671, comment 3


Ignore:
Timestamp:
24/03/15 02:47:56 (10 years ago)
Author:
Olly Betts

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #671, comment 3

    initial v1  
    77I guess it gives a performance boost because we will want some of the blocks in that arbitrary set, and so pre-reading something is better than pre-reading nothing - we get reads for free while other stuff is going on.
    88
    9 But I think this should be calling `block_to_cursor()` while it descends the tree, and then instead does the pre-read instead at the lowest level (which might not be the leaf level necessarily, but there's not much point iterating after we stop reading blocks).
     9But I think this should be calling `block_to_cursor()` while it descends the tree, and then does the pre-read instead at the lowest level (which might not be the leaf level necessarily, but there's not much point iterating after we stop reading blocks).