Fractal Computing™
Technical Insights
Every technology company goes through a technical discovery process with its customer to determine what are the key insights that guide technology development and focus. Our discovery process yielded these observations:
It Doesn't Have To Be So Hard Enterprise app size and complexity is due to the fact that they are built from a forest of large complicated software modules & tools that are not optimized for the specific app being built.
App System Design Matters Apps don't struggle because of their technical components, they struggle because of how their components are put together.
Silicon Is Faster Than You Know You don't realize how fast silicon is because most of the time it is in an I/O wait state. Even the little smart phone in your pocket can be an amazing server if you utilize it correctly.
Abstraction "Impedance Mismatches" Cost A Factor Of 1,000,000x Crossing abstractions boundaries in enterprise applications imposes on the order of 10 I/O wait states for each useful instruction cycle. There are generally 7 such abstraction boundary in a large application. These apps run 10^7 = 1,000,000 slower than the hardware's capabilities.
Database Products Solve The Wrong Problem Database products solve the problem of how to store arbitrary data so that arbitrary users can perform arbitrary operations. However, your specific app knows precisely what data it needs to store, how the data should be organized, and what specific operations need to be performed on the data. It's not arbitrary, and it's known a priori.
Most Corporate Applications Are Repetitive Your core business processes (by definition) are repetitive in nature. The apps that support them execute core tasks over, and over, and over...
Most Application Code Isn't Used Most code in enterprise apps is seldom used. It exists for features you don't really use or to deal with and for general purpose infrastructures like Oracle, VMware and other technologies that are not needed for application-specific solutions.
Breaking A System Into Digestible Bites Means Familiar Tools Can Be Used Enterprise apps are overwhelming, in part, because their data sets are large. Breaking the data sets into pieces that can easily be loaded into & out of spreadsheets and other tools that users are familiar with makes a huge impact on your user's ability to understand and analyze the system.
Your Largest IT Resource Is Overlooked The largest compute resource on the planet is the collective storage & compute resources at the edge of the network. It dwarfs your data center and the data centers of your cloud providers.
Reduced Need For Data Centers Fractal technology reduces the need for a data center on premise or in the cloud. Fractal applications do not require a data center.