Fast enough to ask anything.
A graph is only useful if you can query it at the speed of a question. Most Whisper queries finish in under ten milliseconds of server time — at billions of nodes and edges, in one place.
<10ms
server time, most queries
39.7B
edges in one graph
7.5B
nodes
Depth without the wait
Speed at this scale isn’t about a bigger machine; it’s about doing less work per question. Lookups land directly on an index, so anchoring a query on a name, an address, or a network is effectively instant no matter how large the graph gets.
From there, the traversals that matter are short because the graph is pre-joined — the cross-layer step that would be a deep scan elsewhere is already a single indexed edge here. And every query runs inside a bounded depth, so the cost of a question stays predictable instead of fanning out across billions of relationships. The result is the same whether the graph holds a million edges or forty billion: an answer at the speed of the next question.
Benchmarks, in detail
We’re putting together a fuller performance write-up — latency distributions, throughput under concurrency, and how query shape affects cost. It’ll land here. In the meantime, the fastest read on performance is to run something yourself: try a live query →
Keep exploring
The graph
How dozens of internet data sources become one queryable map.
ExploreA query language for the internet
Why Cypher, and why traversal fits the way the internet is wired.
ExploreA graph, not a snapshot
Threat feeds, routing, DNS and WHOIS, refreshed through the day.
ExploreNative for AI agents
One endpoint, coverage-aware answers, evidence on every verdict.
Explore