Does anyone know what the underlying block size is for the R2 service? I’m splitting up a file into chunks and I’m trying to optimize performance.
Looking at S3-based filesystems like S3FS the underlying block size seems to matter.
Does anyone know what the underlying block size is for the R2 service? I’m splitting up a file into chunks and I’m trying to optimize performance.
Looking at S3-based filesystems like S3FS the underlying block size seems to matter.
I’m confused R2 isn’t block storage but is object storage when accessing you access the entire file at once.