This commit is contained in:
taiyang-li 2022-04-21 17:13:59 +08:00
parent 87e76a1757
commit 9a251a820b

View File

@ -186,7 +186,10 @@ public:
}; };
raw_read_buf = get_raw_read_buf(); raw_read_buf = get_raw_read_buf();
if (read_settings.remote_fs_prefetch) if (read_settings.remote_fs_prefetch)
{
std::cout << "start prefetch" << std::endl;
raw_read_buf->prefetch(); raw_read_buf->prefetch();
}
} }
catch (Exception & e) catch (Exception & e)
{ {