ParadeDB takes on Elasticsearch as interest in Postgres explodes amid AI boom

ParadeDB takes on Elasticsearch as interest in Postgres explodes amid AI boom

Open source database management system Postgres is nearly 40 years old, but has recently started seeing explosive demand due to being very well-suited for AI applications. Despite this rise in popularity, search and analytics functionality remain limited. ParadeDB is changing that.

ParadeDB is an open source Postgres extension that facilitates full-text search and analytics directly in Postgres without users needing to transfer data to a separate source. The platform integrates with other data infrastructure tools, including Google Cloud SQL, Azure Postgres, and Amazon RDS, among others.

Philippe Noël, the co-founder and CEO of ParadeDB, told TechCrunch that he and his co-founder, Ming Ying, CTO, got the idea for the company by running into their own Postgres search woes while running their first startup, cloud-hybrid browser Whist.

“Postgres is becoming the default database of the world, and you still can’t do good search over that information, believe it or not,” Noël said. “There’s just a lot of pain points. So we decided to go and start a company to do that after talking to more people and realizing this was a very shared problem.”

ParadeDB isn’t the first company to try to solve Postgres search. Open source Elasticsearch is the most notable legacy player in the space since it was founded in 2012. Noël said that Elasticsearch works by moving data back and forth between itself and Postgres, which can work, but this system isn’t great for heavy workloads or processes that require frequent updating.

“That breaks all the time,” Noël said. “The two databases are not meant to work together. There’s a lot of compatibility issues, there’s a lot of latency issues, higher costs, and all of that deteriorates the user experience.”

ParadeDB claims to eliminate a lot of those challenges by building as an extension on top of Postgres directly, no data transfer required.

The startup was founded in 2023 and released the first open source version of the product later that year. Noël said that the group wanted to focus first on building out the open source product before it thought about sales or marketing.

That was short-lived. In early 2024, Chinese e-commerce giant Alibaba reached out and became ParadeDB’s first customer in May 2024. From there, the company turned toward building out its enterprise version of the software. Now it works with enterprises, including Modern Treasury, Bilt Rewards, and TCDI, among others.

ParadeDB just raised a $12 million Series A round led by Craft Ventures with participation from existing investors, including Y Combinator.

OK