← Back to AI Insights
Gemini Executive Synthesis

HelixDB – A graph database built on object storage

Technical Positioning
An OLTP graph database built on object storage (S3), featuring native vector search and full-text search, designed for scalable AI-driven applications, AI memory, and consolidating multiple databases. It addresses the challenges of scaling graph databases and the cost of storing large datasets for agents.
SaaS Insight & Market Implications
HelixDB directly addresses the complex data infrastructure needs of modern AI agents, particularly the challenge of scaling graph databases for massive datasets. By leveraging object storage like S3, it offers a cost-effective solution for storing terabytes of interconnected data, overcoming the limitations and expense of traditional in-memory or sharded graph databases. The integration of native vector and full-text search within a single system eliminates the need for stitching together disparate databases, simplifying application logic and improving query performance for AI-driven workloads. This unified approach for GraphRAG and HybridRAG is a significant differentiator. HelixDB is positioned to become a foundational data layer for autonomous AI systems, offering scalability, affordability, and comprehensive search capabilities critical for advanced agent context and memory.
Proprietary Technical Taxonomy
OLTP graph database object-storage (S3) native vector search full-text search (FTS) AI-driven applications GraphRAG HybridRAG sharding databases

Raw Developer Origin & Technical Request

Source Icon Hacker News Jun 11, 2026
Show HN: HelixDB – A graph database built on object storage

Hey HN, it’s been just over a year since we launched HelixDB (news.ycombinator.com/item a project a friend and I started in college. It’s an OLTP graph database built on object-storage, with native vector search and full-text search (FTS).Why graph, vector and FTS? Graph databases provide a natural cognitive model for data, vectors allow for a semantic understanding of the entities and relationships in the graph, and FTS provides more specific filtering. Many AI-driven applications attempt to combine all of these functionalities by stitching together multiple disconnected systems, but even then there’s no native way to perform joins or queries that span all systems. You still need to handle this logic at the application level.Helix started as a graph DB, but we moved to a hybrid graph/vector approach after attempting to build an AI memory system, which led us down the GraphRAG and HybridRAG rabbit hole, where we would need separate graph and vector databases.We knew scalability would be a challenge at each stage of our product's development, however our initial focus this past year was to prove out the product through local deployments and was only meant to be run on a single node. Scaling graph DBs remained a difficult and expensive problem we’d have to solve later.
Some common ways other graph DBs solve scaling is by duplicating entire datasets across distributed machines (extremely expensive per node), or by sharding the data.Sharding databases is effective and affordable, however, graph data doesn’t have explicit partitions like relational databases do. For example, sharding a relational DB involves splitting up tables. When it comes to graph DBs, the edges can span across any of the partitions, and hopping across multiple machines when traversing nodes is ineffective and computationally expensive.Replicating graph DBs for high availability and better throughput drastically increases the operational cost of the db and still has a limit of how big you can vertically scale. The workload that we’re used for requires storing a huge amount of data for agents, where only a subset of that data is ever needed at any one time. So rather than having the whole thing in memory, we can store it all in object-storage and get the bits we need when they’re needed.Agents benefit from better context, which is achieved from more and better data (more relationships etc). By using S3 as the persistence/data layer there is no limit to how big the graph can be or how many relationships you can have, and we can scale to serve throughput and requests by horizontally spinning up nodes and caching relevant subsets of the graph on each node. This way, you get extremely low latency for “hot” data and a p99 of ~100ms for writes and ~50ms for reads from cold storage (S3). Plus you get the benefit of dirt cheap storage.Workloads that HelixDB is currently supporting:
- Huge amounts of data (TBs) from which the agents need to search and traverse over
- Offering affordable graph storage for companies where cost of graph data is a bottleneck
- Consolidating multiple databases, enabling AI agents to have autonomy over companies, helping them become more autonomous.
- AI memory
- Company brainsWe’re currently working on our own generalised AI memory layer which will use HelixDB under the hood and be completely open-source. Also, we’re finishing up on pre-filtering for vector search which will allow you to pre-filter based on relationships in the graph, metadata, and sub-graphs. And lastly, GA cloud will be available in the coming weeks.If you want to run Helix locally (either on-disk or in-memory), you can find more info on our github (github.com/HelixDB/helix-db or via our docs (docs.helix-db.com/database/local-de... If you’re interested in getting started with our distributed cloud, please email us founders@helix-db.com.Many thanks! Comments and feedback welcome!

Developer Debate & Comments

thedreammachine • Jun 11, 2026
What kinds of graph shapes or query patterns do you feel are the worst case for object storage?
rgbrgb • Jun 10, 2026
congrats on the launch! site and docs look great.can you host this yourself or do you need to use helix-cloud? the chat thing on the side seems to push me to helix-cloud but it looks like that starts at like $600/mo which is above my experimentation budget.looking for a db for an agent memory application and i'd probably start with something that's just self-hosted / freeish. postgres is working ok but I want to start ingesting server and chat logs.
jesol • Jun 10, 2026
I've been working on a graph database in Rust this year actually! I'd love to hear anything you can talk about wrt the query planner and/or how you decided to do cardinality estimation. I decided to go with an EAV graph which makes CE pretty complex, and it's been an interesting challenge to balance quality and speed and expressiveness in the query language
ymir_e • Jun 10, 2026
Congrats on the launch George!Looking forward to looking into the generalised AI memory layer when it comes out.
caust1c • Jun 10, 2026
Where's the source code for the database itself? Looks like the repo is just a client.Congrats on the launch!
rajit • Jun 10, 2026
when will the graph memory layer be available?
cjlm • Jun 10, 2026
Currently on gdb-engines.com - definitely worth a look.
maxrumpf • Jun 10, 2026
does it support fts/vector on edges of the graph?
mentioum • Jun 10, 2026
We've been having some issues with intermittent performance on multi hop queries.What's your p99 like for multi hops?
brene • Jun 10, 2026
How does this compare vs. Turbopuffer?

Frequently Asked Questions

Market intelligence mapped to HelixDB – A graph database built on object storage.

What problem does HelixDB – A graph database built on object storage solve?
Based on our AI analysis of the original developer request, its primary technical positioning is: An OLTP graph database built on object storage (S3), featuring native vector search and full-text search, designed for scalable AI-driven applications, AI memory, and consolidating multiple databases. It addresses the challenges of scaling graph databases and the cost of storing large datasets for agents.
What is the general sentiment around HelixDB – A graph database built on object storage?
Yes, we have tracked 31 direct responses and active debates regarding this specific topic originating from Hacker News.
Which technical concepts are associated with HelixDB – A graph database built on object storage?
Our proprietary extraction maps HelixDB – A graph database built on object storage to adjacent architectural concepts including OLTP graph database, object-storage (S3), native vector search, full-text search (FTS).
Is anyone launching products related to HelixDB – A graph database built on object storage?
Yes, market intelligence reveals commercial overlap. A product named 'HelixDB' focuses directly on this: An open-source OLTP graph-vector database built in Rust.

Engagement Signals

97
Upvotes
31
Comments

Cross-Market Term Frequency

Quantifies the cross-market adoption of foundational terms like OLTP graph database and object-storage (S3) by tracking occurrence frequency across active SaaS architectures and enterprise developer debates.