Why we use our own hardware
fastmail.com
Why we use our own hardware
1–10 of 547 posts
Re: Why we use our own hardware
#2good on them, understanding infrastructure and cost/benefit is essential in any business you hope to run for the long haul
Re: Why we use our own hardware
#31) "At this rate, we’ll replace these [SSD] drives due to increased drive sizes, or entirely new physical drive formats (such E3.S which appears to finally be gaining traction) long before they get close to their rated write capacity."
and
2) "We’ve also anecdotally found SSDs just to be much more reliable compared to HDDs (..) easily less than one tenth the failure rate we used to have with HDDs."
Re: Why we use our own hardware
#4Today, the cloud isn’t about other people’s hardware.
It’s about infrastructure being an API call away. Not just virtual machines but also databases, load-balancers, storage, and so on.
The cost isn’t the DC or the hardware, but the hours spend on operations.
And you can abuse developers to do operations on the side :-)
Re: Why we use our own hardware
#5Re: Why we use our own hardware
#6Re: Why we use our own hardware
#7I like this writeup, informative and to-the-point. Today, the cloud isn’t about other people’s hardware. It’s about infrastructure being an API call away. Not just virtual machines but also databases, load-balancers, storage, and so on. The cost isn’t the DC or the hardware, but the hours spend on operations. And you can abuse developers to do operations on the side :-)
And then it is still also about other people's hardware in addition to that.
Re: Why we use our own hardware
#8Such an awesome article. I like how they didn't just go with the Cloud wave but kept sysadmin'ing, like ol' Unix graybeards. Two interesting things they wrote about their SSDs: 1) "At this rate, we’ll replace these [SSD] drives due to increased drive sizes, or entirely new physical drive formats (such E3.S which appears to finally be gaining traction) long before they get close to their rated write capacity." and 2)…
Re: Why we use our own hardware
#9Would be interesting to know how files get stored. They don't mention any distributed FS solutions like SeaweedFS so once a drive is full, does the file get sent to another one via some service? Also ZFS seems an odd choice since deletions (esp of small files) at +80% full drive are crazy slow.
Deletion of files depends on how they have configured the message store - they may be storing a lot of data into a database, for example.
Re: Why we use our own hardware
#10Such an awesome article. I like how they didn't just go with the Cloud wave but kept sysadmin'ing, like ol' Unix graybeards. Two interesting things they wrote about their SSDs: 1) "At this rate, we’ll replace these [SSD] drives due to increased drive sizes, or entirely new physical drive formats (such E3.S which appears to finally be gaining traction) long before they get close to their rated write capacity." and 2)…