Three seasoned engineers—Liran Zvibel, Omri Palmon, and Maor Ben-Dayan—understood the problem intimately. Having built storage systems at companies like XIV (acquired by IBM), they saw a fundamental flaw: legacy file systems (like NFS, Lustre, and GPFS) were designed for spinning hard drives, not the parallel speed of flash.
WekaIO didn't invent flash or NVMe. They invented the traffic rules for a world where every car wants to drive at 200 mph simultaneously. And that made all the difference. wekaio
The industry took notice. Genomics researchers, who deal with petabytes of DNA sequence data, could now analyze a genome in hours instead of weeks. Oil and gas companies processing seismic data could run simulations in real-time. And in Hollywood, visual effects studios rendering films like Avengers: Endgame could have hundreds of artists working on the same massive frames without waiting for files to load. Imagine you have a giant, urgent puzzle to solve (the data). Normally, you’d put all the puzzle pieces in one box on a table, and one person (the storage server) hands pieces to a team of workers (compute servers). That one person becomes exhausted. They invented the traffic rules for a world
They built the on a radical idea: a parallel, distributed architecture that runs on standard x86 servers. Instead of a dedicated storage appliance, Weka turned every server’s local flash into part of a giant, unified pool. It was a "shared-nothing" architecture that used NVMe-over-Fabrics (NVMe-oF) to connect everything at near-memory speeds. Genomics researchers, who deal with petabytes of DNA
Here was the magic trick: Weka separated the metadata (the "table of contents" telling where a file lives) from the data itself. Both were spread across all servers in the cluster. This meant there was no single "traffic cop" to get overwhelmed. When 10,000 servers asked for 10,000 different files, the system simply used all its brains at once. By 2018, WekaIO was ready. In independent benchmark tests (using the SPECsfs standard), the software achieved a stunning result: over 2 million I/O operations per second (IOPS) and 90 gigabytes per second of throughput from a single namespace. That was like downloading the entire Library of Congress in under a minute.
So, in 2013, they founded (pronounced WEE-kah-ee-oh ). The name was a clever fusion: "WEKA" is the Māori word for "wild and fast," and "IO" stands for Input/Output. Their mission was to create a file system that could finally unleash the raw power of NVMe flash. The Innovation: The "Matrix" Architecture Most storage systems are like a single, crowded highway. Data enters, gets stuck in traffic jams (metadata bottlenecks), and crawls to its destination. WekaIO threw out the old map.