
Clustrix provides the leading scale-out relational database engineered for the cloud or data center. ClustrixDB is a drop-in replacement for MySQL and an ideal solution for high-transaction, high-value workloads typically found in businesses such as ad tech, e-commerce, gaming, and large web and mobile businesses. Our customers use ClustrixDB for critical business applications that support massive transactional volume. ClustrixDB delivers more than twenty-five trillion transactions per month for customers including AOL, Nielsen, Match, MakeMyTrip, Photobox, Rakuten, and Symantec. Headquartered in San Francisco, Clustrix is funded by HighBar Partners, Sequoia Capital, U.S. Venture Partners, ATA Ventures, and Y Combinator. ClustrixDB is available in software that runs on commodity hardware and on any cloud. Visit www.clustrix.com to learn more. Follow @Clustrix on Twitter and "like" us on Facebook! #BetterSQL
Turn this teardown into a decision-ready prompt for ChatGPT, Claude, or your agent.
If you only have a few minutes to spare, here’s what investors, operators, and founders should know about Clustrix (W06).
Clustrix built one of the hardest things in software — a distributed relational database that scaled horizontally while keeping full SQL — and spent twelve years and $71.7 million doing it, only to exit modestly into a competitor. Founded in 2006, Clustrix made a MySQL-compatible, scale-out "NewSQL" database that processed more than 25 trillion transactions a month across its customers, most of them high-volume e-commerce operations straining the limits of a single database server.[1]
The technology was genuinely impressive and the funding elite — Sequoia Capital among the backers — but in September 2018 MariaDB acquired Clustrix for an undisclosed sum to add scale-out capability to its platform, rebranding it as distributed SQL.[2] The lesson is about the brutal economics of database startups: databases are the slowest, most capital-intensive, highest-trust infrastructure to build and sell, and while a startup spends a decade earning that trust, the cloud giants and open source erode the moat underneath it.
Clustrix was founded in 2006 to solve a problem that was becoming acute as web-scale companies grew: the relational database, the trusted workhorse of business software, didn't scale horizontally. When a single database server hit its limits, teams faced painful options — expensive bigger hardware, brittle manual sharding, or abandoning SQL for the emerging NoSQL systems that traded away consistency and query power.[7] Clustrix's bet was that you shouldn't have to choose: it would build a database that scaled out across many commodity machines like NoSQL but kept full SQL, ACID transactions, and MySQL compatibility.
This was a deep-technology company, and it raised accordingly — $71.7 million over its life from Sequoia and other top investors, reflecting both the difficulty of the problem and the size of the prize if it worked.[6] Building a correct, performant distributed SQL engine is a multi-year, PhD-level engineering effort, and Clustrix committed to it, positioning as a drop-in MySQL replacement so customers could scale without rewriting their applications. The technology bet was sound; the market and timing were the problem.
Clustrix was a distributed, shared-nothing SQL database that presented itself as an ordinary MySQL server while running across a cluster of machines. Applications connected as if to MySQL, but Clustrix automatically distributed data and queries across nodes, so adding servers added capacity — throughput and storage scaling roughly linearly — without the application having to know or care.[7] It delivered ACID transactions and SQL query power at a scale that normally forced companies into complex manual sharding or into NoSQL trade-offs.
The engineering was serious: a distributed query planner, automatic data rebalancing, fault tolerance, and consistency across nodes are among the hardest problems in systems software, and Clustrix solved them well enough to run enormous transactional workloads for demanding e-commerce customers.[3] That depth was exactly what MariaDB valued in the acquisition. But the same depth meant a long, expensive road to a shippable, trusted product — and databases are the component enterprises trust last and switch least, so the sales cycle was as brutal as the build.
Clustrix served large e-commerce and high-transaction web companies that had outgrown a single MySQL server — a real but relatively narrow set of customers with acute scaling pain.
Read the complete post-mortem, the rebuild playbook, and the exact reasons Clustrix is still worth studying now.