PURE STORAGE. Have to read this

Disk has always had a very tough challenge with random data access because the drive heads can only be in one location at a time

Usually! :slight_smile: Back in the late 60s when I was working on the Illiac IV project, we were introduced to a disk subsystem by Burroughs which had a head per track, so the only latency was the rotational latency. One imagines it was a wee bit expensive, though.

Databases run like scalded cats on flash-based systems

Absolutely … provided that the SSDs are local to the database.

In addressing network latency, the networks that support storage are either high-bandwidth Ethernet (10GbE and above), or FibreChannel (designed as a very low latency protocol specifically for connecting storage arrays to servers). Network latency, as a rule, is very, very low, measured in nanoseconds (whereas storage latencies are microseconds or milliseconds). Usually, network latency is far less of a performance detractor than the storage media or the application itself.

This does not match the experience of my sources. In particular, they note that it is not the latency of an individual component which matters, but the end to end latency. This includes the overhead of device drivers. As I believe I previously noted, the DB with which I work will support both shared memory clients, where the client reads and writes directly to and from the buffers of the server, and remote clients connected via TCP/IP. It is possible to run the remote clients on the same physical machine as the server so that requests and responses go down and up through the TCP/IP stack, but without any network actually involved. Those clients are substantially lower performance than the shared memory clients.

Volfan84:

I’d say, based on its growth relative to the other companies in this space, IDC and Gartner analysis of their leadership, the burgeoning AI market and data growth at large, and the demand for faster, simpler, more secure, and more sustainable storage infrastructure, that PSTG is in a tremendous position for growth in a market segment that is in the process of major transformation.

1 Like

I found this article particularly relevant:

https://www.forbes.com/sites/patrickmoorhead/2018/01/27/dont…

1 Like

In light of Pure’s recent Q4 and yearly earnings, I found this useful analysis on why they haven’t seen a big bump, and why their prospects look remarkably good:

https://seekingalpha.com/article/4153161-pure-storage-every-…

Bottom line is that PSTG beat earnings for the FY, beat top and bottom line, showed a net profit for the year, and continue to grow at an astonishing pace (48% YoY).

By some reckoning, they are the fastest growing technology infrastructure company in history, the fastest to $1B in revenue, and guidance they gave for the current FY is also very encouraging.

This release from their CEO is also helpful:

https://blog.purestorage.com/1b-just-beginning-architected-f…

6 Likes