Coyote on Nostr: CankleMonitor I am still :ablobcatsweatsip: ing theprimeape I’m pretty sure what ...
CankleMonitor (npub1kd2…lkgn) I am still :ablobcatsweatsip: ing (npub1y6t…9wl9) theprimeape (npub14gg…79df) I’m pretty sure what you’re referring to is SMR (Shingled Magnetic Recording) drives. They work by stacking writes on top of each other slightly offset so you get higher data densities but have the downside of being unable to change things in place; you have to rewrite the entire zone to make changes. They tend to slow down the fuller the drive and don’t handle large continuous writes that well. They’re good for write once ready many but not much else. If you’re buying hard drives for regular use look for PMR or CMR, those are quicker to write but tend to be more expensive per byte.
The reason lots of little files perform badly is that hard drives have a fixed minimal size which tend to be around 4kbs, so any file smaller than that has to round up in the amount of data that needs to be physically read and written. Filesystems also end up fragmented, so a full copy filewise will have the hard drive constantly seeking around to the block of each file.
Published at
2023-07-03 01:24:56Event JSON
{
"id": "03350708051bfeaf5beddbae3240219bc7ef74429c0baf15fd30b6a8ed7f8c76",
"pubkey": "778c5d9cdc5ff2220b7cf37c769c8815b50686784f38d81e50129d3758e9a29a",
"created_at": 1688347496,
"kind": 1,
"tags": [
[
"p",
"b355a72a0f42c9202193e23f012d5cca544049377acb6c5da2eb18e1584f14b1",
"wss://relay.mostr.pub"
],
[
"p",
"26976d1f3f3270311c86a59315751d66bd770aa35a929529271fca721afee1af",
"wss://relay.mostr.pub"
],
[
"p",
"aa10a4fbbff6525cde5c8c10115ab57cbfcab2d56d4bb5eb396d9566a365d015",
"wss://relay.mostr.pub"
],
[
"e",
"2de5cc2e4893b45d6e86414609c2a38d7668543ffa51e68db13c0b59cc29c404",
"wss://relay.mostr.pub",
"reply"
],
[
"mostr",
"https://social.singing.dog/objects/1ec7a5a0-057d-428f-9335-9bc454b9d2a9"
]
],
"content": "nostr:npub1kd26w2s0gtyjqgvnuglszt2uef2yqjfh0t9kchdzavvwzkz0zjcsnulkgn nostr:npub1y6tk68elxfcrz8yx5kf32agav67hwz4rt2ff22f8rl98yxh7uxhsx69wl9 nostr:npub14gg2f7al7ef9ehju3sgpzk440jlu4vk4d49mt6eedk2kdgm96q2sak79df I’m pretty sure what you’re referring to is SMR (Shingled Magnetic Recording) drives. They work by stacking writes on top of each other slightly offset so you get higher data densities but have the downside of being unable to change things in place; you have to rewrite the entire zone to make changes. They tend to slow down the fuller the drive and don’t handle large continuous writes that well. They’re good for write once ready many but not much else. If you’re buying hard drives for regular use look for PMR or CMR, those are quicker to write but tend to be more expensive per byte.\n\nThe reason lots of little files perform badly is that hard drives have a fixed minimal size which tend to be around 4kbs, so any file smaller than that has to round up in the amount of data that needs to be physically read and written. Filesystems also end up fragmented, so a full copy filewise will have the hard drive constantly seeking around to the block of each file.",
"sig": "3ead0bfe4cf499529bbe0c994ba741f0ec2373550df15464b3022df83c0f46d410dec487157ad9cf6c40e726b254330ace499ff76515ad92816741eb5061153a"
}