Company:MotherDuck

From HandWiki
MotherDuck
TypePrivate
IndustryCloud computing
Database
Data warehouse
Founded2022; 4 years ago (2022)
Founder
  • Jordan Tigani
  • Ryan Boyd
  • Tino Tereshko
  • Leila Horejsi
HeadquartersSeattle, Washington,
United States
Area served
Worldwide
Key people
Jordan Tigani (CEO)
ProductsMotherDuck Cloud Analytics Platform
ServicesServerless computing
Data analytics
Number of employees
45+ (2024)
Websitemotherduck.com

MotherDuck is a serverless cloud analytics platform built on the open-source DuckDB database system. Founded in 2022 and headquartered in Seattle, Washington, the company commercializes DuckDB through a hybrid execution architecture that processes queries across both cloud servers and local client devices.[1][2] The company has raised $133 million in venture funding as of May 2025.[3]

MotherDuck's approach challenges traditional cloud data warehouse architectures through what founder Jordan Tigani characterizes as a "Big Data is Dead" philosophy, arguing that most organizational datasets are smaller than commonly assumed and can be processed more efficiently through in-process analytics.[4]

History

Founding and Early Development

MotherDuck was founded in 2022 by Jordan Tigani, a former founding engineer of Google BigQuery and chief product officer at SingleStore. The co-founders include Ryan Boyd, a developer relations leader who worked at Google and Neo4j; Tino Tereshko (Valentino Tereshko), a former vice president of product at Firebolt and product manager at Google; and Leila Horejsi, a former vice president of account management at Fast.[5] The company operated in stealth mode until November 2022, when it announced $47.5 million in combined seed and Series A funding.[6]

Tigani's experience at Google informed the company's foundational thesis. After observing data warehouse usage patterns at scale, he concluded that the industry had overbuilt infrastructure for datasets that were often manageable on modern hardware.[4]

Funding History

MotherDuck's funding rounds reflect growing investor interest in alternative data warehouse architectures:

  • May 2022: $12.5 million seed round led by Redpoint Ventures at a $41.67 million post-money valuation[citation needed]
  • November 2022: $35 million Series A led by Andreessen Horowitz at a $169.39 million valuation[7][8]
  • September 2023: $52.5 million Series B led by Felicis at a $400.9 million valuation[9][10]
  • May 2025: $33 million Series B+ extension at a $496.48 million valuation[3]

Additional investors include Madrona Venture Group, Amplify Partners, Altimeter, and Zero Prime Ventures.[3]

Product Development

The company launched its platform in private preview in June 2023 with approximately 2,000 initial users and 16 data integration partnerships.[11] General availability was announced in June 2024.[12] By 2025, the platform reported hundreds of enterprise customers, including organizations with over 300 employees.[13]

Technology

Design Motivations

The MotherDuck architecture addresses four primary objectives as outlined in its peer-reviewed CIDR 2024 paper:[1]

  • Hybrid Query Processing: MotherDuck enables queries that span local DuckDB databases and files together with cloud-hosted data sources within a single SQL query. The system's optimizer determines whether to execute query operators locally, in the cloud, or across both environments using "bridge" operators that transfer data streams between client and server.[1]
  • Reducing Cloud Footprint: Based on analysis of cloud data warehouse usage patterns showing that over 95% of databases are smaller than 1TB and over 95% of queries process less than 10GB of data, MotherDuck employs a single-node serverless architecture that avoids traditional scale-out clusters. This design reduces multi-node scheduling overhead, network communication costs, system complexity, and associated infrastructure requirements. The architecture's emphasis on utilizing local client resources alongside cloud compute is positioned as reducing overall cloud hardware needs and carbon emissions.[1]
  • Enabling New Applications: The hybrid execution model enables application architectures not feasible with cloud-only systems. By compiling DuckDB to WebAssembly (wasm) and running it in web browsers while connected to cloud infrastructure, developers can build interactive data visualization applications with sub-100 millisecond query response times on cached results—impossible to achieve with typical wide-area network latencies of 70-100ms to cloud data centers. The architecture also supports privacy-preserving applications where sensitive data can be decrypted and processed exclusively on the client side while joining with cloud-resident data.[1]
  • Scaling Existing Applications: MotherDuck allows data scientists to develop and test ETL pipelines and analytical workflows locally on laptops using DuckDB, then deploy these same pipelines to production in the cloud without code modifications. The cloud environment provides access to greater CPU and memory resources than available on client devices, while maintaining compatibility with local development workflows. The SHARE and ATTACH features enable database collaboration and scheduled execution in cloud environments.[1]

Architecture

MotherDuck's technical architecture was documented in a peer-reviewed paper presented at the Conference on Innovative Data Systems Research (CIDR) in 2024.[14] The system implements what the company terms "hybrid execution," where queries are processed across both cloud-based compute resources and local DuckDB instances running on client devices.

The platform assigns each user an isolated cloud-based DuckDB instance called a "Duckling," implementing a per-user tenancy model rather than the multi-tenant architectures common in traditional cloud data warehouses.[1] This design allows queries to execute partially on local data while offloading computation-intensive operations to cloud infrastructure.

Integration Ecosystem

As of September 2023, MotherDuck maintained 27 certified integrations with data engineering tools, including Fivetran, Airbyte, Looker, Tableau, dbt, Streamlit, and Metabase.[15] The platform's integration strategy focuses on compatibility with the broader DuckDB ecosystem rather than proprietary connectors.

Relationship to DuckDB

MotherDuck operates as a commercial entity separate from DuckDB Labs,[16] the Netherlands-based organization that maintains the open-source DuckDB project.[17] The two organizations formalized a partnership in November 2022, with MotherDuck providing financial support to DuckDB Labs while maintaining DuckDB's open-source MIT license.[17]

DuckDB itself originated as a research project at the Centrum Wiskunde & Informatica (CWI) in Amsterdam and has achieved significant adoption independently, with over 25,000 GitHub stars and 7.5 million monthly downloads from Python package repositories as of December 2024.[18]

Adoption and Use Cases

Primary Use Cases

According to the peer-reviewed CIDR 2024 paper, MotherDuck addresses several distinct application categories:[14]

  • Data Science Workflows: The platform allows data scientists working on laptops to design and evaluate ETL or analysis pipelines locally, then schedule them to run in production in the cloud without modifying query logic. These production pipelines can scale beyond laptop resources while maintaining the same workflow.[1]
  • Low-Latency Analytical Web Applications: By running DuckDB-wasm in web browsers and connecting to MotherDuck's cloud infrastructure, developers can build interactive data visualization applications with sub-100 millisecond response times for query operations on cached results. The platform's web interface demonstrates this through interactive pivot tables and column distributions that execute queries locally in the browser.[1]
  • Collaborative Data Analysis: MotherDuck's SHARE and ATTACH features enable teams to share databases in the cloud, with support for read-only snapshots that can be updated when the database owner publishes changes. Users can distribute database access via URLs through email or chat.[1]
  • Privacy-Preserving Applications: The hybrid architecture enables scenarios where privacy-sensitive data can be decrypted and processed exclusively on the client side, while joining with cloud-resident data controlled by the application provider. This supports data minimization requirements such as those mandated by GDPR.[1]

Customer Base

MotherDuck has published case studies documenting cost and performance improvements across multiple industries:

  • Gardyn reduced analytics pipeline processing time from over 24 hours to under one hour[19]
  • Trunkrs, a same-day delivery service, migrated from Amazon Redshift to MotherDuck for operational analytics[20]
  • Layers reported 65% cost savings while implementing multi-tenant SaaS analytics[21]
  • FinQore reduced a financial data pipeline from eight hours to eight minutes[22]

Enterprise Features

In February 2025, MotherDuck announced enterprise-grade features including SOC 2 Type II certification, GDPR compliance, and configurable compute instance types as part of a Business Plan tier.[23] The company began offering its services in a European Union region (AWS eu-central-1) in private preview in September 2025, with general availability planned for fall 2025.[24]

Recognition

MotherDuck was named one of "10 Hottest Big Data Startups of 2024" by CRN (Computer Reseller News) in December 2024, alongside companies such as DataPelago and Onehouse.[25] The company ranked ninth in the mid-stage category of Wing Venture Capital's Enterprise Tech 30 list in 2025, appearing on the list for three consecutive years.[26]

References

  1. 1.00 1.01 1.02 1.03 1.04 1.05 1.06 1.07 1.08 1.09 1.10 Atwal, RJ; Boncz, Peter; Boyd, Ryan; Courtney, Antony; Döhmen, Till; Gerlinghoff, Florian; Huang, Jeff; Hwang, Joseph et al. (2024). "MotherDuck: DuckDB in the cloud and in the client" (PDF). Proceedings of the 14th Conference on Innovative Data Systems Research (CIDR '24). Chaminade, Hawaii, USA. https://www.cidrdb.org/cidr2024/papers/p46-atwal.pdf. Retrieved 29 January 2026. 
  2. Bek, Nate (2022-11-15). "Seattle data analytics startup MotherDuck emerges from stealth, reveals $47.5M in funding" (in en-US). https://www.geekwire.com/2022/seattle-data-analytics-startup-motherduck-emerges-from-stealth-reveals-47-5m-in-funding/. 
  3. 3.0 3.1 3.2 "MotherDuck IPO: Investment Opportunities & Pre-IPO Valuations - Forge" (in en). https://forgeglobal.com/motherduck_ipo/. 
  4. 4.0 4.1 LLC, Hephaestus Group. "Big Data is Dead" (in en). https://aicouncil.com/talks/big-data-is-dead. 
  5. Bek, Nate (2023-09-20). "Seattle startup MotherDuck raises $52.5M at a $400M valuation to fuel DuckDB analytics platform" (in en-US). https://www.geekwire.com/2023/seattle-startup-motherduck-raises-52-5m-at-a-400m-valuation-to-fuel-duckdb-analytics-platform/. 
  6. MotherDuck. "MotherDuck Raises $47.5 Million at $175M Valuation" (in en). https://www.prnewswire.com/news-releases/motherduck-raises-47-5-million-at-175m-valuation-301678657.html. 
  7. Wiggers, Kyle (2022-11-15). "MotherDuck secures investment from Andreessen Horowitz to commercialize DuckDB" (in en-US). https://techcrunch.com/2022/11/15/motherduck-secures-investment-from-andreessen-horowitz-to-commercialize-duckdb/. 
  8. Blanchard, Sydney (2022-11-15). "MotherDuck Raises $47.5M to Underpin Development for its DuckDB Cloud Analytics Platform" (in en-US). https://www.dbta.com/Editorial/News-Flashes/MotherDuck-Raises-475M-to-Underpin-Development-for-its-DuckDB-Cloud-Analytics-Platform-155961.aspx. 
  9. Wiggers, Kyle (2023-09-20). "Database startup MotherDuck lands $52.5M to grow its DuckDB-based platform" (in en-US). https://techcrunch.com/2023/09/20/database-startup-motherduck-lands-52-5m-to-grow-its-duckdb-based-platform/. 
  10. "MotherDuck serverless analytics platform wins $52.5M funding" (in en). https://www.theregister.com/2023/09/21/motherduck_funding/. 
  11. "MotherDuck Announces 1st Release of Next-Gen Cloud Analytics Platform After Raising $47.5M" (in en-US). https://www.hpcwire.com/bigdatawire/this-just-in/motherduck-announces-1st-release-of-next-gen-cloud-analytics-platform-after-raising-47-5m/. 
  12. Simone, Stephanie (2024-06-12). "MotherDuck Announces the General Availability of its Platform" (in en-US). https://www.dbta.com/Editorial/News-Flashes/MotherDuck-Announces-the-General-Availability-of-its-Platform-164493.aspx. 
  13. "MotherDuck names Artefact an official Launch Partner for Europe" (in en). 2025-09-24. https://www.consultancy.eu/news/12452/motherduck-names-artefact-an-official-launch-partner-for-europe. 
  14. 14.0 14.1 "CIDR Proceedings". https://vldb.org/cidrdb/2024/motherduck-duckdb-in-the-cloud-and-in-the-client.html. 
  15. "Is MotherDuck Producktion-Ready?" (in en). 2023-12-06. https://www.gooddata.com/blog/is-motherduck-producktion-ready/. 
  16. "DuckDB vs. MotherDuck — should you switch to the cloud version? | Kestra" (in en). https://kestra.io/. 
  17. 17.0 17.1 "CWI spin-off DuckDB Labs partners with MotherDuck, who raises $47.5 million" (in en). https://www.cwi.nl/en/news/cwi-spin-off-duckdb-labs-partners-with-motherduck-who-raises-47-5-million-1/. 
  18. Team, The DuckDB (2024-06-22). "20 000 Stars on GitHub" (in en). https://duckdb.org/2024/06/22/github-20k-stars.html. 
  19. MotherDuck. "How Gardyn Reduced Analytics Pipeline from 24+ Hours to Under One Hour - MotherDuck Customer Case Studies" (in en). https://motherduck.com/case-studies/gardyn/. 
  20. MotherDuck. "Trunkrs accelerates same-day delivery analysis and decisions with MotherDuck" (in en). https://motherduck.com/case-studies/trunkrs-same-day-delivery-motherduck-from-redshift/. 
  21. MotherDuck. "How Layers Slashed Analytics Costs and Gave Every Customer a Private Data Warehouse - MotherDuck Customer Case Studies" (in en). https://motherduck.com/case-studies/layers-multi-tenant-data-warehouse/. 
  22. MotherDuck. "Case Studies" (in en). https://motherduck.com/case-studies/. 
  23. Dinov, Oli (2025-08-15). "MotherDuck By The Bay" (in en). https://ai.bythebay.io/post/motherduck-by-the-bay. 
  24. "MotherDuck names Artefact an official Launch Partner for Europe" (in en). 2025-09-24. https://www.consultancy.eu/news/12452/motherduck-names-artefact-an-official-launch-partner-for-europe. 
  25. Whiting, Rick. "The 10 Hottest Big Data Startups Of 2024". https://www.crn.com/news/software/2024/the-10-hottest-big-data-startups-of-2024. 
  26. "Three Eastlink Portfolio Companies Were Recognized in The 2025 Enterprise Tech 30 List for the Third Consecutive Year - www.eastlinkcap.com" (in en-US). 2025-03-25. https://www.eastlinkcap.com/celebrating-our-portfolio-companies-on-the-wing-venture-top-30-list/.