惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
Microsoft Security Blog
Microsoft Security Blog
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
GbyAI
GbyAI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
博客园_首页
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
P
Proofpoint News Feed
博客园 - 司徒正美
有赞技术团队
有赞技术团队
Engineering at Meta
Engineering at Meta
Last Week in AI
Last Week in AI
MongoDB | Blog
MongoDB | Blog

Pinecone

Pinecone Assistant: A Managed Knowledge Layer for Production AI Applications Multi-domain RAG in n8n: why one knowledge base is not enough Allspice Transforms the Culinary Experience with Semantic Search Powered by Pinecone | Pinecone Building RAG workflows in n8n: choosing the right Pinecone node Knowledge needs a meta-knowledge layer Garbage Day: How Pinecone Safely Deletes Billions of Objects at Scale When "Performance" Means Two Different Things Pinecone BYOC: Pinecone in your AWS, GCP, or Azure account, no vendor access True, Relevant, and Wrong: The Applicability Problem in RAG Use the Pinecone Plugin for Claude Code to develop AI Applications Faster Millions at Stake: How Melange's High-Recall Retrieval Prevents Litigation Collapse Powering High-stakes Patent Search at Scale: How Melange Built a Reliable AI System on Pinecone | Pinecone Pinecone Assistant Node in n8n: Turn Any Data Source Into Knowledge RAG with Access Control Pinecone Dedicated Read Nodes are now in Public Preview Inside Pinecone: Slab Architecture New Bulk Data Operations: Update, Delete, and Fetch by Metadata The Hidden Cost of Building: Lessons from Aquant Simplifying Vector Embeddings with Pinecone Integrated Inference Capabilities Pinecone joins Microsoft Marketplace as a Launch Partner GTM Engineering: Clay + Pinecone for AI-powered Sales Outbound Build an AI knowledge assistant with Google Docs and Pinecone Moving Pinecone forward with Ash Ashutosh as CEO and Edo spearheading our growing AI ambitions as Chief Scientist Pinecone Founder Edo Liberty to Spearhead Pinecone’s Growing AI Ambitions; Appoints Ash Ashutosh as CEO to Expand Vector Database Market Leadership Fast, Accurate Retrieval for Creators at Scale: Delphi’s Path Toward a Million Conversational Agents with Pinecone | Pinecone Announcing Pinecone Pioneers: A Program for Builders, Organizers, and Community Leaders What is Context Engineering? Chunking Strategies for LLM Applications Beyond the hype: Why RAG remains essential for modern AI Obviant Makes 30% More Accurate Defense Acquisition Recommendations Combining Sparse and Dense Retrieval with Pinecone | Pinecone
Four New GA Features for Dedicated Read Nodes That Give T...
Gavin Johnson · 2026-04-15 · via Pinecone

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.

TL;DR

With GA, DRN adds four new production capabilities:

  • Configurable performance vs. recall per query
  • Metrics exporting for CPU visibility and external observability
  • A web console experience for day-2 operations
  • Multi-namespace support — early access

1) Configurable performance versus recall, per query

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 considers
  • scan_factor: a float from 0.5 to 4.0 that controls how much of the index Pinecone scans

You can now trade recall for speed per query without changing your index.

A simple mental model:

  • Lower scan_factor scans less of the index, improving throughput and latency, but can lower recall.
  • Higher 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.

2) Metrics exporting for production observability

You can't run a dedicated serving tier as a black box. You need to answer:

  • Am I CPU-bound, or over-provisioned?
  • Do I have a hotspot on one shard?
  • Should I add replicas, add shards, or switch node type?

With GA, we’ve added CPU utilization visibility for DRN, exposed at the shard level and index level, available:

  • In the Pinecone console for quick diagnosis
  • Via the metrics export endpoint for integration with your observability stack

3) Web console experience for day-2 operations

With GA, we’ve added a first-class DRN experience in the Pinecone web console. You can:

  • See dedicated capacity configuration (shards, replicas, node type)
  • Track readiness and scaling operations
  • View key performance and capacity signals, including CPU utilization

4) Multi-namespace support — early access

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-tenant DRN indexes without forcing one index per tenant
  • Better fit for workloads where tenant sizes vary
  • A smoother path from On-Demand multi-namespace patterns into DRN without redesign

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.

Get started

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.