
John Furrier59






























Q7: What does it take to build scale out architectures?

Andrew Miller
Significant engineering + QA investment.

Jeff Hughes
Have to understand what the end-user is looking to "scale" There's trade-offs, nothing is free

Chris Dwan
Fundamentals, and a system architecture clear and clean enough that the whole team can understand it.

Patrick Rogers
Anticipating and removing all logical limitations and/or bottlenecks in your design

Patrick Rogers
Lots of cloud instances on which to test your scale-out design. Can't afford to strap together than much hardware in a data center.

Chris Dwan
@patrickrogersca I would build on this to say - an engineering culture that embraces finding the next bottleneck as a win.

Stephen Pao
Scale-out generally requires loosely-coupled, distributed architectures.

Andrew Miller
Often a custom file system, metadata/catalog work, locking mechanisms, some ACID characteristics, easy growth, masterless architecture, etc.

John Furrier
followup question what is the mix of hardware vs software? thoughs color commentary?

Andrew Miller
this is why I'm skeptical by default if I see an existing product or company start to claim scale-out. Really doing is major under the covers work.

Jeff Hughes
98% software

jeff dinisco
patience and emphasis rock solid internode communication, write plans, etc. before going after checkbox features that customers want to talk about

I am John White
IMO, it should be all software for it to be successful. The hardware should be irrelevant.

John Furrier
tangent comment: #blockchain cyptocurrencies are showing both decentralized & distributed models to be very interesting.. thoughts

Andrew Miller
I'd call scale-out an interesting inflection point where products with older "design centers" will be overtaken overall by products that are built with scale out in their "design center".

Chris Dwan
I think that it starts with the software architecture - the algorithms - and that the architecture imposes constraints on the hardware. As Rickover said, "The devil is in the details, but so is salvation."

Andrew Miller
I'm not throwing shade on older products but overhauling an existing product to make it scale-out is HARD. Not impossible but seriously hard.

Stephen Pao
Agree. Blockchain potential goes way beyond cryptocurrency!

John Furrier
love @jhughes comment 98% software that makes HW vendors 2%ers :-)

Andrew Miller
Heavily, heavily software. You can't move fast enough with ASIC and/or hardware design to adapt.

Chris Dwan
@johna_white Disagree. Hardware is where the bytes live. I've seen too many designed that assume that a cow is a unit sphere filled with milk.

Chris Dwan
Oh God, Blockchain came up. Everybody DRINK.

Andrew Miller
@fdmts Here you go then. Scale out = An innovative, game changing, and leading solution that leverages actionable synergies across unique, optimized paradigm shifts to deliver bottom line results that you can double click on.

I am John White
@fdmts Yeah I think you are missing my point. I shouldn't have to buy specialty hardware to make a scale-out solution work. Commodity stuff all day.

Andrew Miller
Everyone now wins buzzword bingo. ;)

Kenneth Hui @rubrikInc HQ
At the compute and storage layer, it's mostly software. You can build some massive scale out systems using standard white boxes. For networking, there are benefits to using custom ASICS to minimize latencies.

Stephen Pao
@fdmts Drinking is in order. Cryptocurrency is a distributed transaction model, not a distributed infrastructure model. 😀

Patrick Rogers
Software has to assume there will always be hardware limitations. The challenge is living within the confines of the hardware units.

Chris Dwan
@johna_white Fair enough. I've seen good solutions tip over when the sales team agreed to try to run them on my legacy hardware.

Kenneth Hui @rubrikInc HQ
So if a vendor tries to sell you on custom gear for scale out storage, run the other way. :)

Chris Dwan
@steve_pao We could use the BitCoin chain for file level locking. 10 minute lags FTW.