[go: up one dir, main page]

Skip to content

perf: open files lazily when serving content

What does this MR do?

Avoid opening/closing the file when serving content if not necessary (for example, during an HEAD request, when using conditional requests, or ETag headers).

This should avoid sending requests to the data offset cache or creating readers, improving performance and reducing memory consumption.

TODO

Merge request reports

Loading