Files
scylladb/utils
Tomasz Grabiec f553db69f7 cached_file: Issue single I/O for the whole read range on miss
Currently, reading a page range would issue I/O for each missing
page. This is inefficient, better to issue a single I/O for the whole
range and populate cache from that.

As an optimization, issue a single I/O if the first page is missing.

This is important for index reads which optimistically try to read
32KB of index file to read the partition index page.
2021-07-02 19:02:14 +02:00
..
2021-07-02 19:02:14 +02:00
2021-07-02 19:02:13 +02:00
2021-07-02 19:02:13 +02:00
2021-07-02 19:02:13 +02:00
2021-07-02 10:25:58 +02:00
2021-06-16 17:47:10 +03:00