






















Pinecone Dedicated Read Nodes (DRN) are now generally available. For the full story on what DRN is and why it matters, read Pinecone Dedicated Read Nodes: Now Generally Available.
DRN gives teams running revenue-critical systems a clear path to consistent low-latency retrieval under sustained load with predictable cost scaling. But once you ship to production, new questions surface: How do I know if I'm over-provisioned? How do I keep multi-tenant workloads isolated? Can I hit a latency target by trading off recall? Without answers, teams either over-spend on capacity they don't need or under-provision and risk latency spikes that hurt conversion.
DRN answers those questions with four new capabilities that give teams deeper control and better observability.
With GA, DRN adds four new production capabilities:
Not every query needs maximum recall. Some queries require high throughput at cost.
Interactive experiences often require a hard latency budget. Batch jobs may prefer higher recall even if they run slower. Until now, Pinecone has always executed queries at maximum recall.
With GA, DRN adds two query-time parameters:
max_candidates: an integer cap on how many candidate vectors the search considersscan_factor: a float from 0.5 to 4.0 that controls how much of the index Pinecone scansYou can now trade recall for speed per query without changing your index.
A simple mental model:
scan_factor scans less of the index, improving throughput and latency, but can lower recall.scan_factor scans more, improving recall, but costs more to compute.Backwards compatibility stays intact. If you omit these parameters, Pinecone preserves current behavior and runs at maximum recall.
You can't run a dedicated serving tier as a black box. You need to answer:
With GA, we’ve added CPU utilization visibility for DRN, exposed at the shard level and index level, available:
With GA, we’ve added a first-class DRN experience in the Pinecone web console. You can:
Many production architectures use namespaces for multi-tenant isolation. DRN previously supported one namespace per index, which created friction for platforms and ISVs.
DRN’s multi-namespace support (in early access), enables:
Multi-namespace indexes will be fully supported in DRN soon. Currently, they are available in early access. So, if you’d like multi-namespace indexes for DRN to be enabled, contact your account rep or file a support ticket in the Pinecone console.
Running vector retrieval in production means answering hard questions about cost, latency, and isolation. These four capabilities give you the configurability and visibility to answer them confidently.
DRN is now generally available and includes these new capabilities. Create a DRN index to get started, or read the DRN documentation for configuration details, scaling guidance, and API reference.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。