filesystem_prefetch_max_memory_usage
filesystem_prefetch_step_bytes
auto를 의미하며, 대략적으로 최적의 프리페치 간격을 자동으로 추론하지만 항상 100% 최적인 것은 아닐 수 있습니다. 실제 값은 filesystem_prefetch_min_bytes_for_single_read_task 설정에 따라 달라질 수 있습니다.
filesystem_prefetch_step_marks
auto를 의미합니다. 즉, 대략적으로 가장 적절한 프리페치 간격이 자동으로 결정되지만, 항상 100% 최적이라고는 할 수 없습니다. 실제 값은 설정인 filesystem_prefetch_min_bytes_for_single_read_task에 따라 달라질 수 있습니다.