Changes between Initial Version and Version 1 of Ticket #671, comment 3
- Timestamp:
- 24/03/15 02:47:56 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #671, comment 3
initial v1 7 7 I 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. 8 8 9 But I think this should be calling `block_to_cursor()` while it descends the tree, and then insteaddoes 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).9 But 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).