opteryx icon indicating copy to clipboard operation
opteryx copied to clipboard

✨ Prioritize reading blobs from the buffer pool before fetching from remote storage

Open joocer opened this issue 1 year ago • 0 comments
trafficstars

Some queries may be able to be completely responded to by buffered blobs.

Also reduces the likelihood of a read evicting blobs it wanted to read but evicting it and subsequently fetching - given we limit evictions to 32 per query, this isn't a huge problem, but could save close to half a second on GCS.

joocer avatar Mar 31 '24 13:03 joocer