You are not logged in.
Perhaps my google-fu is poor since I found nothing relevant while searching. What is the true resolution of BTRFS's COW? In other words, does a log file being written to to a BTRFS filesystem have growing copies of itself on the character level or the blocksize level?
Character level = a copy of the file is saved after each character is written to it.
Blocksize level = a copy of the file is saved after it grows to the size of the BTRFS block size (which I believe is called a leafsize in BTRFS terms).
I hope my question makes sense.
Last edited by graysky (2013-08-02 21:26:42)
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
https://btrfs.wiki.kernel.org/index.php/Glossary
See: transaction
and this: https://btrfs.wiki.kernel.org/index.php … te_Logging
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Nice thank you for the links. Solved.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline