Content pfp
Content
@
0 reply
0 recast
0 reaction

Sam pfp
Sam
@sammdec.eth
I’m spinning up an ethereum node and all the docs are saying I need as fast a storage drive as I can get with everyone saying nvme is the way to go. However, I’ve yet to see a network connection that can provide the kind of bandwidth that would use up a decent amount of the nvme’s bandwidth. Can someone explain it to me?
3 replies
3 recasts
38 reactions

raquo pfp
raquo
@raquo.eth
lots of overhead. you’re not writing the packets as-is to your disk, you’re building a local database of their structured contents, frequently re-reading, deleting or appending content to the db.
1 reply
0 recast
8 reactions

Karen pfp
Karen
@amays
The reason NVMe is recommended isn't just for bandwidth but also for low latency and high IOPS, which are crucial for handling the frequent and small read/write operations typical of running a node. Even if your network doesn't max out the bandwidth, the responsiveness of an NVMe drive can significantly improve performance.
0 reply
0 recast
2 reactions

Dmitry Vision pfp
Dmitry Vision
@visiondmitry
There are also server-grade U.2 drives. They have more durability. NVMe will fail in a couple of years due to the number of writes. The speed of the disk is not for writing what is being transmitted over the network. There is also data processing on the disk, and that's what requires speed.
0 reply
0 recast
2 reactions