From 09e67ec9373957f355045b907ced3354bfabe996 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Thu, 22 Aug 2024 15:01:38 +0000 Subject: [PATCH] https://github.com/neondatabase/neon/pull/8537#discussion_r1726850864 --- .../tenant/storage_layer/inmemory_layer/vectored_dio_read.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pageserver/src/tenant/storage_layer/inmemory_layer/vectored_dio_read.rs b/pageserver/src/tenant/storage_layer/inmemory_layer/vectored_dio_read.rs index 8fbcd27dca..38d5b7c098 100644 --- a/pageserver/src/tenant/storage_layer/inmemory_layer/vectored_dio_read.rs +++ b/pageserver/src/tenant/storage_layer/inmemory_layer/vectored_dio_read.rs @@ -213,7 +213,7 @@ where drop(by_chunk); // Execute physical reads and fill the logical read buffers - // TODO: prefetch + // TODO: pipelined reads; prefetch; let get_io_buffer = |nchunks| Vec::with_capacity(nchunks * DIO_CHUNK_SIZE); for PhysicalRead { start_chunk_no,