You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://man7.org/linux/man-pages/man2/fallocate.2.html
FALLOC_FL_PUNCH_HOLE can deallocate space in the byte range starting. Within the specified range, partial filesystem blocks are zeroed, and whole filesystem blocks are removed from the file. With that, we don't need to GC rewrite blob files and still save disk space.
The text was updated successfully, but these errors were encountered:
https://man7.org/linux/man-pages/man2/fallocate.2.html
FALLOC_FL_PUNCH_HOLE can deallocate space in the byte range starting. Within the specified range, partial filesystem blocks are zeroed, and whole filesystem blocks are removed from the file. With that, we don't need to GC rewrite blob files and still save disk space.
The text was updated successfully, but these errors were encountered: